Remove IDEA project files#28
Open
xtexx wants to merge 154 commits intoMinecraftFunctionPlusPlus:kotlin-latestfrom
Open
Remove IDEA project files#28xtexx wants to merge 154 commits intoMinecraftFunctionPlusPlus:kotlin-latestfrom
xtexx wants to merge 154 commits intoMinecraftFunctionPlusPlus:kotlin-latestfrom
Conversation
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
包名修改 代码整理和优化
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
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
Signed-off-by: Alumopper <90548686+Alumopper@users.noreply.github.com>
修复Command Builder在转String时没有添加空格分隔
修复print相关问题
修复编译后jar运行时找不到主类的问题
# Conflicts: # src/main/java/top/mcfpp/lang/System.java
注释了Selector,将其变更为TODO事项
修复了NativeFunction不能被库读写的问题
fix: a typo in String
fix: calendar comparing bug
修改gradlew与gradlew.bat的文件模式
清理未使用的import语句
# 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
Most of them are not suitable for others or useless.
Collaborator
|
We depend on the antlr4 idea plugin to use the g4 files, so the misc.xml is important. |
1 similar comment
Collaborator
|
We depend on the antlr4 idea plugin to use the g4 files, so the misc.xml is important. |
4876527 to
5a2fa8f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Most of them are not suitable for others or useless.