Releases: HeavyNotFat/toylang
Releases · HeavyNotFat/toylang
ToyLang v1.2.4.8
紧急Bug修复 Bugs Fixed
int始终为0- 一些小问题
intalways be 0- some problems
更新预告 To be update
secrets库secretslibrary
- 参名对参数传入模式 😶
- 指针变量
- 复合参数
- References-to-parameter passed mode
- Pointer variable
- Compliex variable
ToyLang v.1.2.4
Bug 修复 Bug Fixed
- 很多很多bug
- 修复簇里面不能包含有元素的数组
- IDLE 不能运行
- Many Many bugs
- Fixed array cannot include elements in cluster
- IDLE cannot run
内置库更新 Builtin-Library Update
random库支持小数randomlibrary support decimal
IDLE更新 IDLE Update
- 新增进制高亮
- Add base highlights
一些细节调整
Some details changed
更新预告 To be update
secrets库secretslibrary
- 参名对参数传入模式 😶
- 指针变量
- 复合参数
- References-to-parameter passed mode
- Pointer variable
- Compliex variable
ToyLang v1.2.3
语法更新 Grammar Update
- 新增
global关键字声明全局变量 - 更改
timestamp内置函数,现可以获取指定时间的时间戳 - Add
globalkeyword to define a global variable - Change
timestampbuiltin-function, it's able to get specific timestamp
内置库更新 Builtin-Function Update
- 新增
random随机数库 - Add
randomrandom library
Bug 更新
- 修了很多很多bug!
- Fix many many many bugs !!!!
ToyLang v1.2.1
语法更新 Grammar Update
- 隐藏变量的定义从单个下划线
_变为双下划线__ - 新增
private关键字建立私有数据 - 删除跳过空循环速度优化功能
- Add
privatekeyword to build private data - Change single underline
_to double underline__when defining hiden variable - Delete pass empty repeat speed optimizing ability
Bug 修复
- 修复空簇报错
- 修复IDLE语法高亮闪烁
- Fix empty cluster raise a Python error
- Fix IDLE grmmar highlights flush often
ToyLang v1.2.0
语法更新 Grammar Update
- 新增进制 (
二进制,八进制,十六进制) - 支持位运算符('&' 与位, '|' 或位, '^' 异或, '<<' 左位, '>>' 右位)
- 将与、或的分别改为
&&和|| - 新增隐藏变量概念
- Add base (
Binary,Baseling,Hexadecimal) - Support bitwise operators ('&' and bitwise, '|' or bitwise, '^' xor bitwise, '<<' left bitwise, '>>' right bitwise)
- Change
and,orcharacter pos to&&,|| - Add hiden variable
Bug修复 Bug Fixed
- 其他已知bug
- 巨大数值运算报错
- Huge number computing raises a Python error
- Other has been known bugs
ToyLang v1.1.7
语法更新 Grammar Updated
- 支持可选参数
- Support Optional Parameter
Bug修复 Bug Fixed
- 修复空循环报错
- Fixed empty repeat raise a python error
ToyLang v1.1.6
文件更新 File Update
- 新增
delete_pycache.py文件删除python编译字节码 - Add
delete_pycache.pyfile to delete python compliex bytes codes
Bug更新 Bug Update
- 修复if bugs (编辑器模式时不包含
else则无法运行;编辑器模型时在函数elseif无法使用return或强制退出) - Fix if bugs (Editor mode cannot run unless use 'else'; editor mode
elseifcannot usereturnor exit directly)
ToyLang v1.1.5
其他更新
- 新增IDLE编辑器
- Add IDLE Editor
代码更新
- 新增
idle_call_function_table的变量 - Add
idle_call_function_tablevariable
ToyLang v1.1.1
bug修复
- 修复在包罗符中定义变量时不能包含‘_’
- Fix including pos cannot define variable include '_'
ToyLang v1.1.0
语法更新Grammar Update
- 新增'foriter'关键字迭代数组
- 新增'切片'获取元素
- Add 'foriter' keyword to iterate Array
- Add 'Subscripts' operation to get element
其他更新 Other Update
- 修复Cluster的bug
- Fix Cluster bugs
示例更新 Example Update
- 更新了循环斐波那契列数的实力
- New Update example for fibonacci with repeat