8000 Comparing matt-attack:master...glcolor:master · matt-attack/JetScript · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matt-attack/JetScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: glcolor/JetScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 29 files changed
  • 1 contributor

Commits on Jan 5, 2018

  1. 增加int类型,增加var和global关键字

    增加int(64位)类型
    增加var关键字,等效于local
    增加global关键字用于声明全局变量
    忽略浮点数结尾的'f‘,如"1.0f"的'f'会被正常解析并忽略.
    JetContext增加OutputFunction成员用于信息输出
    glcolor committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    06b5bfd View commit details
    Browse the repository at this point in the history
  2. 忽略编译中间文件

    忽略编译中间文件
    glcolor committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    9778f8f View commit details
    Browse the repository at this point in the history
  3. add “+” for strings

    add “+” operation for strings.
    add int(), real(), string() function for type conversion, string() is an alias of the “tostring()” function.
    glcolor committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1718e42 View commit details
    Browse the repository at this point in the history
  4. 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.
    glcolor committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    62719a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. 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
    glcolor committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    be7d4da View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. tiny performance improvement

    fibo(34), improved about 10%
    glcolor committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    8aabda0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. performance improvement

    glcolor committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    601ed51 View commit details
    Browse the repository at this point in the history
  2. tiny performance improvement

    glcolor committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    ea7885d View commit details
    Browse the repository at this point in the history
  3. performance improvement

    use macros to manipulate stacks to avoid function calls to improve performance( about 30%).
    glcolor committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    fef4c70 View commit details
    Browse the repository at this point in the history
  4. fix x64 compiling warnings

    fix x64 compiling warnings
    get ready to use mempool to alloc memory
    glcolor committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    977d111 View commit details
    Browse the repository at this point in the history
Loading
0