8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
增加int类型,增加var和global关键字 …
增加int(64位)类型 增加var关键字,等效于local 增加global关键字用于声明全局变量 忽略浮点数结尾的'f‘,如"1.0f"的'f'会被正常解析并忽略. JetContext增加OutputFunction成员用于信息输出
忽略编译中间文件 …
忽略编译中间文件
add “+” for strings …
add “+” operation for strings. add int(), real(), string() function for type conversion, string() is an alias of the “tostring()” function.
add FORCE_USING_GLOBAL switch …
if FORCE_USING_GLOBAL be set to 1,all global vars must be declared by 'global',for example: global x=0.0; default is set to 0.
TokenToString now contains all token string …
the content of “Consume: TokenType not as expected” exception now is correct add ‘class', 'new' and 'base' keyword for future class syntactic sugar support
tiny performance improvement …
fibo(34), improved about 10%
performance improvement
tiny performance improvement
performance improvement …
use macros to manipulate stacks to avoid function calls to improve performance( about 30%).
fix x64 compiling warnings …
fix x64 compiling warnings get ready to use mempool to alloc memory
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff master...master
git diff master...master