-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove IDEA project files #28
Open
xtexChooser
wants to merge
154
commits into
MinecraftFunctionPlusPlus:kotlin-latest
Choose a base branch
from
xtexChooser:exclude-idea
base: kotlin-latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Remove IDEA project files #28
xtexChooser
wants to merge
154
commits into
MinecraftFunctionPlusPlus:kotlin-latest
from
xtexChooser:exclude-idea
Conversation
This file contains 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
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.
We depend on the antlr4 idea plugin to use the g4 files, so the misc.xml is important. |
1 similar comment
We depend on the antlr4 idea plugin to use the g4 files, so the misc.xml is important. |
Alumopper
force-pushed
the
kotlin-latest
branch
from
August 21, 2024 18:08
4876527
to
5a2fa8f
Compare
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.