Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Gradle 8.7, for Java 21 support #30

Open
wants to merge 155 commits into
base: kotlin-latest
Choose a base branch
from

Commits on Apr 25, 2023

  1. Create README.md

    Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
    Alumopper authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1b1e801 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. 优化和修复

    现在命名空间通过工程文件配置并设置默认值为default
    Alumopper committed May 3, 2023
    Configuration menu
    Copy the full SHA
    778dae4 View commit details
    Browse the repository at this point in the history
  2. logger的优化

    Alumopper committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cfe02ef View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Update README.md

    Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
    Alumopper authored May 5, 2023
    Configuration menu
    Copy the full SHA
    f212631 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. 对象成员的访问和修改

    包名修改
    代码整理和优化
    Alumopper committed May 7, 2023
    Configuration menu
    Copy the full SHA
    bd3ea8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f98a8c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    e29e059 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. 访问修饰符

    Alumopper committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6d1b093 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. 访问修饰符

    Alumopper committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    03804cf View commit details
    Browse the repository at this point in the history
  2. 数据包导出

    Alumopper committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    636ef37 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. 库的调用和索引生成

    Alumopper committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3658df3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. 域的职能划分

    不再能直接从函数对象访问其中域的变量,只能通过函数对象含有的域对象访问其中的变量。
    修复了if语句中的变量修改会意外更改if外语句原变量的问题
    Alumopper committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b3beac3 View commit details
    Browse the repository at this point in the history
  2. import语句

    Alumopper committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    04d4b18 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 修复数据包原理问题

    优化调整导出的数据包结构
    Alumopper committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1a0a5f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. new file: mcfpp/math/mcfpp.math.json

    	new file:   src/main/kotlin/top/mcfpp/lang/JsonString.kt
    	new file:   src/main/kotlin/top/mcfpp/lang/MCFloat.kt
    	modified:   README.md
    	modified:   mcfpp/math/mcfpp.math.json
    	modified:   src/main/antlr/mcfpp.g4
    	modified:   src/main/java/top/mcfpp/lang/System.java
    	modified:   src/main/kotlin/top/mcfpp/lang/Entity.kt
    	modified:   src/main/kotlin/top/mcfpp/lang/JsonString.kt
    	modified:   src/main/kotlin/top/mcfpp/lang/MCFloat.kt
    	modified:   src/main/kotlin/top/mcfpp/lib/McfppExprVisitor.kt
    	modified:   test/test.mcfpp
    Alumopper committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    ec65bb6 View commit details
    Browse the repository at this point in the history
  2. -

    Alumopper committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    aaea28f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    30d68a8 View commit details
    Browse the repository at this point in the history
  2. 函数返回值

    Alumopper committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    809e9db View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    f3100cb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. 结构体

    Alumopper committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    912a70c View commit details
    Browse the repository at this point in the history
  2. 结构体

    Alumopper committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b1da685 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    08244fa View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
    Alumopper authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    21754ce View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. 浮点数支持

    Alumopper committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3440988 View commit details
    Browse the repository at this point in the history
  2. 浮点数支持

    Alumopper committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    06dc62f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    b50d523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f91002 View commit details
    Browse the repository at this point in the history
  3. Create LICENSE

    Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
    Alumopper authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    0dc9057 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    2b703de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080d128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62987f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    0295feb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    616c5e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. 扩展函数

    重构类和变量的类结构
    Alumopper committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    cffafe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. 多态和继承

    Alumopper committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e1d512b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. this指针传参优化

    构造函数优化
    函数调用优化
    Alumopper committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b6535b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    eed863a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    3f4673b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    addb997 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    011fbb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. NBT实现

    Alumopper committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    163ef01 View commit details
    Browse the repository at this point in the history
  2. 数据包补充

    Alumopper committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    712052d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. NBT的条件索引

    Alumopper committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7d81da1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    603298d View commit details
    Browse the repository at this point in the history
  2. 复杂的NBT数据结构

    Alumopper committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    d70c39b View commit details
    Browse the repository at this point in the history
  3. 复杂的NBT数据结构

    Alumopper committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a1a16ca View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. build fix

    Alumopper committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    7892ad1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. cpp支持

    Alumopper committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ed26d07 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    b911695 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. MNI框架

    Alumopper committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    465f853 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. fix(*) fix bugs of compiling

    add(test) add test of JavaScriptInterpreter
    XiLaiTL committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    7e33be4 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Merge pull request #1 from MinecraftFunctionPlusPlus/kotlin-x2

    Fix bugs and add javascript interpreter
    Alumopper authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3c0985e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    964235a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. 语法修改

    Alumopper committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    79709ee View commit details
    Browse the repository at this point in the history
  2. 语法修改

    Alumopper committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f57f479 View commit details
    Browse the repository at this point in the history
  3. 内联函数

    Alumopper committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    fdf758b View commit details
    Browse the repository at this point in the history
  4. feat(commands) add command tree downloader

    update(Project.root) change to Path
    update(test) move
    XiLaiTL committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    51a3916 View commit details
    Browse the repository at this point in the history
  5. feat(settings) change charset

    XiLaiTL committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5cdc212 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Merge branch 'kotlin-x2' into kotlin-latest

    # Conflicts:
    #	.idea/encodings.xml
    #	src/main/kotlin/top/mcfpp/antlr/NativeClassVisitor.kt
    Alumopper committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a14ca25 View commit details
    Browse the repository at this point in the history
  2. 注解

    Alumopper committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    ed5f135 View commit details
    Browse the repository at this point in the history
  3. fix bugs for annotations

    Alumopper committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    57f2ad0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    2236dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2006e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 更新 mcfpp.g4

    Alumopper authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    22145bd View commit details
    Browse the repository at this point in the history
  2. feat(antlr) change the garmmar

    feat(antlr) change listener to visitor and add cache for parsers
    XiLaiTL committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c3dfe2c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge pull request #3 from MinecraftFunctionPlusPlus/kotlin-x2

    feat(antlr) change listener to visitor and add cache for parsers
    Alumopper authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    60a7d8c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    1562e3d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest

    # Conflicts:
    #	src/main/kotlin/top/mcfpp/lib/InlineFunction.kt
    Alumopper committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c6d4085 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    dad4e6b View commit details
    Browse the repository at this point in the history
  2. feat(compiletime) add compile time interpreter

    update(field) change constructor to clone(this) for avoiding misstakes on arguments
    fix(MCFPPStringTest) fix bug: multi-use of parser
    fix(antlr) change context? to context
    XiLaiTL committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    61dd704 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    27c0351 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from MinecraftFunctionPlusPlus/kotlin-x2

    feat(compiletime) add compile time interpreter
    Alumopper authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4b55128 View commit details
    Browse the repository at this point in the history
  3. feat(compiletime) add template string

    update(antlr) divide into lexer and parser
    XiLaiTL committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f8dfbca View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #5 from MinecraftFunctionPlusPlus/kotlin-x2

    feat(compiletime) add template string
    Alumopper authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7ba15c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat(*) add mcfpp type

    XiLaiTL committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b3e6f66 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    3cab046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d2755 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. 优化:类指针的编译优化

    优化:调整部分代码结构
    Alumopper committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a096ffc View commit details
    Browse the repository at this point in the history
  2. 添加:命令行模式

    Alumopper committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    3fdcf6a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    c31a344 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    32c2578 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. feat(*) change type test

    XiLaiTL committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    99fb2f7 View commit details
    Browse the repository at this point in the history
  2. 多行命令行编译支持

    命令行添加tips
    Alumopper committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0ea486b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    2f4a82a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. feat(*) update Var to Var<*>

    feat(*) update type:String to type:MCFPPType
    XiLaiTL committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e0b1f08 View commit details
    Browse the repository at this point in the history
  2. .

    Alumopper committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ae48cb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    37635ec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. 添加文档注释

    Alumopper committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a763f2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from MinecraftFunctionPlusPlus/kotlin-x2

    feat(*) update Var to Var<*>; update type:String to type:MCFPPType
    Alumopper authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fc53963 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest

    # Conflicts:
    #	.idea/kotlinScripting.xml
    Alumopper committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    75489d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    5f9b837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16e2a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca39790 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. 给函数增加了只读已知参数

    现在编译器会先解析类型,而后开始解析函数,最后才开始编译
    新增了泛型函数
    Alumopper committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    cdcf75c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. 泛型函数的返回值

    Alumopper committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    83f42ca View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. 给NativeFunction添加了只读参数

    重新将添加注释的功能分配给addComment
    添加了Comment类用于注释
    添加了导出时候筛选注释等级
    修改部分注释
    将mcs命名空间更改为mcfpp
    Alumopper committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    79a4977 View commit details
    Browse the repository at this point in the history
  2. Project -> Project.config

    Alumopper committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7241eef View commit details
    Browse the repository at this point in the history
  3. 修复不能编译顶级语句

    规范化NativeFunction的声明
    Alumopper committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8aee0b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. 泛型

    Alumopper committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    efd8b7e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    06a6a59 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. 列表的基本实现

    Alumopper committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a39b61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e750a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c7dddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de9095c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5672ded View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. 实现了list.add

    Alumopper committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0744ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3204be View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    fabede2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    a5a7e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a324259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a4f6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99f49eb View commit details
    Browse the repository at this point in the history
  5. fix: command without space

    hank9999 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2ab504a View commit details
    Browse the repository at this point in the history
  6. Create README_CN

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    550e39e View commit details
    Browse the repository at this point in the history
  7. Rename README_CN to README_CN.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    61faf05 View commit details
    Browse the repository at this point in the history
  8. Update and rename TODO.md to TODO_CN.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    5ed1934 View commit details
    Browse the repository at this point in the history
  9. Update README_CN.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    35c593e View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    a9ac054 View commit details
    Browse the repository at this point in the history
  11. Update README_CN.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    5ebf8c0 View commit details
    Browse the repository at this point in the history
  12. Update README_CN.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    a5493be View commit details
    Browse the repository at this point in the history
  13. Update README.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    971e246 View commit details
    Browse the repository at this point in the history
  14. Update README_CN.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    66801ad View commit details
    Browse the repository at this point in the history
  15. Create TODO.md

    Signed-off-by: JerryY <117577244+wangjinyi425@users.noreply.github.com>
    wangjinyi425 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    8fe484e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. 修复了命令行无法使用的问题

    将原来的lib包重命名为core包
    重构了MCAny,MCBool
    Alumopper committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e03736a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97408a8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request MinecraftFunctionPlusPlus#15 from srcres258/kotlin…

    …-latest
    
    为commandline complier添加help信息显示
    Alumopper authored May 13, 2024
    Configuration menu
    Copy the full SHA
    4bd016a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from wangjinyi425/kotlin-latest

    修改Markdown排版
    Alumopper authored May 13, 2024
    Configuration menu
    Copy the full SHA
    ea14f20 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from hank9999/kotlin-fix3

    修复Command Builder在转String时没有添加空格分隔
    Alumopper authored May 13, 2024
    Configuration menu
    Copy the full SHA
    71afbdd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from hank9999/kotlin-fix2

    修复print相关问题
    Alumopper authored May 13, 2024
    Configuration menu
    Copy the full SHA
    e16bd5a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from hank9999/kotlin-latest-fix1

    修复编译后jar运行时找不到主类的问题
    Alumopper authored May 13, 2024
    Configuration menu
    Copy the full SHA
    3dbf104 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest

    # Conflicts:
    #	src/main/java/top/mcfpp/lang/System.java
    Alumopper committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e11e0c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ef8195 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebc6a38 View commit details
    Browse the repository at this point in the history
  9. Merge pull request MinecraftFunctionPlusPlus#21 from srcres258/pr-1

    优化JNI代码的构建逻辑
    Alumopper authored May 13, 2024
    Configuration menu
    Copy the full SHA
    d3e341d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fix: remove unused imports

    srcres258 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    138e6a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ef21c5 View commit details
    Browse the repository at this point in the history
  3. 重构NBT系列变量,Void类型,UnknownVar,UnResolvedVar

    注释了Selector,将其变更为TODO事项
    Alumopper committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4b282d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8291fb6 View commit details
    Browse the repository at this point in the history
  5. 重构Java库

    Alumopper committed May 14, 2024
    Configuration menu
    Copy the full SHA
    925776a View commit details
    Browse the repository at this point in the history
  6. fix: calendar comparing bug

    srcres258 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    25eaea8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    187561e View commit details
    Browse the repository at this point in the history
  8. fix: a typo in String

    srcres258 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4f31859 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. 重构库的读写

    Alumopper committed May 17, 2024
    Configuration menu
    Copy the full SHA
    20b36bf View commit details
    Browse the repository at this point in the history
  2. 将忽略标准库作为工程配置而不是编译器参数配置

    修复了NativeFunction不能被库读写的问题
    Alumopper committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8383ac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a87c78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request MinecraftFunctionPlusPlus#26 from srcres258/pr-3

    fix: a typo in String
    Alumopper authored May 17, 2024
    Configuration menu
    Copy the full SHA
    b99e975 View commit details
    Browse the repository at this point in the history
  5. Merge pull request MinecraftFunctionPlusPlus#25 from srcres258/pr-2

    fix: calendar comparing bug
    Alumopper authored May 17, 2024
    Configuration menu
    Copy the full SHA
    a8b8e11 View commit details
    Browse the repository at this point in the history
  6. Merge pull request MinecraftFunctionPlusPlus#24 from srcres258/pr-1

    修改gradlew与gradlew.bat的文件模式
    Alumopper authored May 17, 2024
    Configuration menu
    Copy the full SHA
    72c081f View commit details
    Browse the repository at this point in the history
  7. Merge pull request MinecraftFunctionPlusPlus#23 from srcres258/pr-0

    清理未使用的import语句
    Alumopper authored May 17, 2024
    Configuration menu
    Copy the full SHA
    1cced60 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest

    # Conflicts:
    #	src/main/java/top/mcfpp/lang/MCAnyData.java
    #	src/main/java/top/mcfpp/lang/MCIntData.java
    #	src/main/java/top/mcfpp/lang/NBTListData.java
    #	src/main/java/top/mcfpp/lang/System.java
    #	src/main/kotlin/top/mcfpp/antlr/McfppGenericClassVisitor.kt
    #	src/main/kotlin/top/mcfpp/antlr/McfppLeftExprVisitor.kt
    #	src/main/kotlin/top/mcfpp/antlr/McfppTypeVisitor.kt
    #	src/main/kotlin/top/mcfpp/io/LibReader.kt
    #	src/main/kotlin/top/mcfpp/lang/MCFPPTypeVar.kt
    #	src/main/kotlin/top/mcfpp/lang/NBTDictionary.kt
    #	src/main/kotlin/top/mcfpp/lib/NativeClass.kt
    #	src/main/kotlin/top/mcfpp/model/Template.kt
    #	src/main/kotlin/top/mcfpp/model/UnknownClass.kt
    #	src/main/kotlin/top/mcfpp/model/field/CompoundDataField.kt
    #	src/main/kotlin/top/mcfpp/model/field/IField.kt
    #	src/main/kotlin/top/mcfpp/model/field/NamespaceField.kt
    #	src/main/kotlin/top/mcfpp/model/field/SimpleFieldWithFunction.kt
    #	src/main/kotlin/top/mcfpp/model/function/NativeFunction.kt
    #	src/main/kotlin/top/mcfpp/model/generic/GenericClass.kt
    #	src/main/kotlin/top/mcfpp/util/Utils.kt
    Alumopper committed May 17, 2024
    Configuration menu
    Copy the full SHA
    05ace1a View commit details
    Browse the repository at this point in the history
  9. merge

    Alumopper committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d7dcb09 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. 类的只读参数重载

    修复了泛型类函数的编译问题
    Alumopper committed May 18, 2024
    Configuration menu
    Copy the full SHA
    edc7b09 View commit details
    Browse the repository at this point in the history
  2. update readme

    Alumopper committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e06340f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    31eb047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f6545 View commit details
    Browse the repository at this point in the history