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

Format code #31

Open
wants to merge 156 commits into
base: kotlin-latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
156 commits
Select commit Hold shift + click to select a range
1b1e801
Create README.md
Alumopper Apr 25, 2023
778dae4
优化和修复
Alumopper May 3, 2023
cfe02ef
logger的优化
Alumopper May 3, 2023
f212631
Update README.md
Alumopper May 5, 2023
bd3ea8b
对象成员的访问和修改
Alumopper May 7, 2023
f98a8c9
Merge remote-tracking branch 'origin/kotlin' into kotlin
Alumopper May 7, 2023
e29e059
成员方法的访问,this关键字的功能
Alumopper Jun 18, 2023
6d1b093
访问修饰符
Alumopper Jun 22, 2023
03804cf
访问修饰符
Alumopper Jul 16, 2023
636ef37
数据包导出
Alumopper Jul 16, 2023
3658df3
库的调用和索引生成
Alumopper Jul 20, 2023
b3beac3
域的职能划分
Alumopper Jul 21, 2023
04d4b18
import语句
Alumopper Jul 21, 2023
1a0a5f7
修复数据包原理问题
Alumopper Jul 25, 2023
ec65bb6
new file: mcfpp/math/mcfpp.math.json
Alumopper Aug 5, 2023
aaea28f
-
Alumopper Aug 5, 2023
30d68a8
逻辑语句实现优化(使用return新特性)
Alumopper Aug 6, 2023
809e9db
函数返回值
Alumopper Aug 6, 2023
f3100cb
函数返回值,bug修复
Alumopper Aug 7, 2023
912a70c
结构体
Alumopper Aug 17, 2023
b1da685
结构体
Alumopper Aug 17, 2023
08244fa
浮点数类和生成运算命令时临时变量创建的优化
Alumopper Aug 18, 2023
21754ce
Update README.md
Alumopper Aug 18, 2023
3440988
浮点数支持
Alumopper Aug 25, 2023
06dc62f
浮点数支持
Alumopper Aug 25, 2023
b50d523
浮点数计算,总体计算结构优化
Alumopper Aug 27, 2023
3f91002
浮点数计算,总体计算结构优化
Alumopper Aug 27, 2023
0dc9057
Create LICENSE
Alumopper Aug 27, 2023
2b703de
浮点数计算解析bug修复
Alumopper Aug 29, 2023
080d128
浮点数计算解析bug修复
Alumopper Aug 29, 2023
62987f5
Merge branch 'kotlin-latest' of https://github.com/MinecraftFunctionP…
Alumopper Aug 29, 2023
0295feb
现在可以从任意Var中选择函数
Alumopper Sep 22, 2023
616c5e6
基本类型的成员函数也能访问调用者
Alumopper Sep 23, 2023
cffafe7
扩展函数
Alumopper Oct 1, 2023
e1d512b
多态和继承
Alumopper Oct 10, 2023
b6535b5
this指针传参优化
Alumopper Oct 14, 2023
eed863a
编译时动态命令;临时变量冗余赋值操作优化
Alumopper Oct 15, 2023
3f4673b
修复内部函数中调用函数不会重新取出栈内变量的问题
Alumopper Oct 16, 2023
addb997
重写布尔表达式逻辑,优化if/while逻辑
Alumopper Oct 17, 2023
011fbb8
将类的实体选取部分优化为了UUID选取
Alumopper Nov 25, 2023
163ef01
NBT实现
Alumopper Jan 2, 2024
712052d
数据包补充
Alumopper Jan 2, 2024
7d81da1
NBT的条件索引
Alumopper Jan 3, 2024
603298d
复杂的NBT数据处理结构
Alumopper Jan 6, 2024
d70c39b
复杂的NBT数据结构
Alumopper Jan 6, 2024
a1a16ca
复杂的NBT数据结构
Alumopper Jan 6, 2024
7892ad1
build fix
Alumopper Jan 7, 2024
ed26d07
cpp支持
Alumopper Jan 10, 2024
b911695
添加了实体相关的类型
Alumopper Jan 11, 2024
465f853
MNI框架
Alumopper Jan 12, 2024
7e33be4
fix(*) fix bugs of compiling
XiLaiTL Jan 13, 2024
3c0985e
Merge pull request #1 from MinecraftFunctionPlusPlus/kotlin-x2
Alumopper Jan 14, 2024
964235a
字符串和单文件编译测试
Alumopper Jan 14, 2024
79709ee
语法修改
Alumopper Jan 20, 2024
f57f479
语法修改
Alumopper Jan 20, 2024
fdf758b
内联函数
Alumopper Jan 20, 2024
51a3916
feat(commands) add command tree downloader
XiLaiTL Jan 20, 2024
5cdc212
feat(settings) change charset
XiLaiTL Jan 20, 2024
a14ca25
Merge branch 'kotlin-x2' into kotlin-latest
Alumopper Jan 21, 2024
ed5f135
注解
Alumopper Jan 21, 2024
57f2ad0
fix bugs for annotations
Alumopper Jan 21, 2024
2236dda
add JavaVar and fix bugs during member selecting
Alumopper Jan 23, 2024
d2006e3
修复annotation的一些问题
Alumopper Jan 23, 2024
22145bd
更新 mcfpp.g4
Alumopper Jan 24, 2024
c3dfe2c
feat(antlr) change the garmmar
XiLaiTL Jan 24, 2024
60a7d8c
Merge pull request #3 from MinecraftFunctionPlusPlus/kotlin-x2
Alumopper Jan 26, 2024
1562e3d
修复annotation的一些问题
Alumopper Jan 27, 2024
c6d4085
Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest
Alumopper Jan 27, 2024
dad4e6b
添加了Any类型,修改了native函数传参的方式
Alumopper Jan 29, 2024
61dd704
feat(compiletime) add compile time interpreter
XiLaiTL Jan 29, 2024
27c0351
concrete类型的函数参数
Alumopper Jan 30, 2024
4b55128
Merge pull request #4 from MinecraftFunctionPlusPlus/kotlin-x2
Alumopper Jan 30, 2024
f8dfbca
feat(compiletime) add template string
XiLaiTL Jan 30, 2024
7ba15c9
Merge pull request #5 from MinecraftFunctionPlusPlus/kotlin-x2
Alumopper Jan 31, 2024
b3e6f66
feat(*) add mcfpp type
XiLaiTL Feb 2, 2024
3cab046
类的继承不再和声明顺序有关
Alumopper Feb 3, 2024
95d2755
Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest
Alumopper Feb 3, 2024
a096ffc
优化:类指针的编译优化
Alumopper Feb 4, 2024
3fdcf6a
添加:命令行模式
Alumopper Feb 4, 2024
c31a344
修复:类的示例创建会导致uuid冲突
Alumopper Feb 5, 2024
32c2578
优化:非中断式的编译异常错误
Alumopper Feb 6, 2024
99fb2f7
feat(*) change type test
XiLaiTL Feb 7, 2024
0ea486b
多行命令行编译支持
Alumopper Feb 7, 2024
2f4a82a
Merge branch 'kotlin-latest' into kotlin-x2
XiLaiTL Feb 14, 2024
e0b1f08
feat(*) update Var to Var<*>
XiLaiTL Feb 18, 2024
ae48cb1
.
Alumopper Feb 18, 2024
37635ec
feat(*) update type to MCFPPBaseType.kt and MCFPPNBTType.kt
XiLaiTL Feb 19, 2024
a763f2c
添加文档注释
Alumopper Feb 21, 2024
fc53963
Merge pull request #6 from MinecraftFunctionPlusPlus/kotlin-x2
Alumopper Feb 21, 2024
75489d1
Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest
Alumopper Feb 21, 2024
5f9b837
change: 合并MCFPPClassType和ClassType
Alumopper Feb 27, 2024
e16e2a0
change: 合并MCFPPTemplateType和TemplateType
Alumopper Feb 27, 2024
ca39790
change: 拆分parse方法为parseFromTypeName和parseFromIdentifier
Alumopper Feb 27, 2024
cdcf75c
给函数增加了只读已知参数
Alumopper Apr 7, 2024
83f42ca
泛型函数的返回值
Alumopper Apr 12, 2024
79a4977
给NativeFunction添加了只读参数
Alumopper Apr 13, 2024
7241eef
Project -> Project.config
Alumopper Apr 13, 2024
8aee0b6
修复不能编译顶级语句
Alumopper Apr 13, 2024
efd8b7e
泛型
Alumopper Apr 14, 2024
06a6a59
现在泛型类不再是同一种类型。声明泛型类变量的时候,可以使用诸如`Class<A> qwq = Class()`的方式省略泛型参数
Alumopper May 3, 2024
a39b61c
列表的基本实现
Alumopper May 5, 2024
1e750a2
feat(antlr) update g4 for nbt literal
XiLaiTL May 5, 2024
3c7dddb
函数参数不再从名称获取
Alumopper May 5, 2024
de9095c
Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest
Alumopper May 5, 2024
5672ded
feat(antlr) update g4 for nbt literal
XiLaiTL May 5, 2024
0744ddb
实现了list.add
Alumopper May 6, 2024
d3204be
Merge branch 'kotlin-latest' of https://github.com/MinecraftFunctionP…
Alumopper May 6, 2024
fabede2
现在NBTList等类型继承于NBT,将NBT更名为NBTBasedData,原NBTBasedData更名为NBTAny(占位符,待定)
Alumopper May 7, 2024
a5a7e6b
fix: built jar can not find main class
hank9999 May 11, 2024
a324259
feat: concrete float number direct printing
hank9999 May 11, 2024
b8a4f6d
feat: concrete string direct printing and escape
hank9999 May 11, 2024
99f49eb
fix: tellraw int not a string
hank9999 May 11, 2024
2ab504a
fix: command without space
hank9999 May 11, 2024
550e39e
Create README_CN
wangjinyi425 May 11, 2024
61faf05
Rename README_CN to README_CN.md
wangjinyi425 May 11, 2024
5ed1934
Update and rename TODO.md to TODO_CN.md
wangjinyi425 May 11, 2024
35c593e
Update README_CN.md
wangjinyi425 May 11, 2024
a9ac054
Update README.md
wangjinyi425 May 11, 2024
5ebf8c0
Update README_CN.md
wangjinyi425 May 11, 2024
a5493be
Update README_CN.md
wangjinyi425 May 11, 2024
971e246
Update README.md
wangjinyi425 May 11, 2024
66801ad
Update README_CN.md
wangjinyi425 May 11, 2024
8fe484e
Create TODO.md
wangjinyi425 May 11, 2024
e03736a
修复了命令行无法使用的问题
Alumopper May 12, 2024
97408a8
Add help message display for the commandline complier
srcres258 May 12, 2024
4bd016a
Merge pull request #15 from srcres258/kotlin-latest
Alumopper May 13, 2024
ea14f20
Merge pull request #12 from wangjinyi425/kotlin-latest
Alumopper May 13, 2024
71afbdd
Merge pull request #11 from hank9999/kotlin-fix3
Alumopper May 13, 2024
e16bd5a
Merge pull request #10 from hank9999/kotlin-fix2
Alumopper May 13, 2024
3dbf104
Merge pull request #9 from hank9999/kotlin-latest-fix1
Alumopper May 13, 2024
e11e0c3
Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest
Alumopper May 13, 2024
7ef8195
重构MCInt,MCFloat和MCNumber
Alumopper May 13, 2024
ebc6a38
fix(compiletime) reorganise code logic of compileCpp task
srcres258 May 13, 2024
d3e341d
Merge pull request #21 from srcres258/pr-1
Alumopper May 13, 2024
138e6a8
fix: remove unused imports
srcres258 May 14, 2024
5ef21c5
fix: make gradlew and gradlew.bat executable
srcres258 May 14, 2024
4b282d1
重构NBT系列变量,Void类型,UnknownVar,UnResolvedVar
Alumopper May 14, 2024
8291fb6
修复了部分编译问题,注释了String系列类型
Alumopper May 14, 2024
925776a
重构Java库
Alumopper May 14, 2024
25eaea8
fix: calendar comparing bug
srcres258 May 14, 2024
187561e
fix: remove unused imports in Kotlin
srcres258 May 14, 2024
4f31859
fix: a typo in String
srcres258 May 14, 2024
20b36bf
重构库的读写
Alumopper May 17, 2024
8383ac1
将忽略标准库作为工程配置而不是编译器参数配置
Alumopper May 17, 2024
5a87c78
修复list和泛型类的问题
Alumopper May 17, 2024
b99e975
Merge pull request #26 from srcres258/pr-3
Alumopper May 17, 2024
a8b8e11
Merge pull request #25 from srcres258/pr-2
Alumopper May 17, 2024
72c081f
Merge pull request #24 from srcres258/pr-1
Alumopper May 17, 2024
1cced60
Merge pull request #23 from srcres258/pr-0
Alumopper May 17, 2024
05ace1a
Merge remote-tracking branch 'origin/kotlin-latest' into kotlin-latest
Alumopper May 17, 2024
d7dcb09
merge
Alumopper May 17, 2024
edc7b09
类的只读参数重载
Alumopper May 18, 2024
e06340f
update readme
Alumopper May 18, 2024
31eb047
Update to Gradle 8.7, for Java 21 support
xtexChooser May 24, 2024
18794d0
Re-format code
xtexChooser May 24, 2024
4f38119
Re-format code
xtexChooser May 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
513 changes: 513 additions & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/details.md

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/diff-details.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Diff Details

Date : 2024-05-14 19:40:04

Directory g:\\AST\\MCFPP

Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines

[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details

## Files
| filename | language | code | comment | blank | total |
| :--- | :--- | ---: | ---: | ---: | ---: |

[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
2 changes: 2 additions & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/diff.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"filename", "language", "", "comment", "blank", "total"
"Total", "-", , 0, 0, 0
19 changes: 19 additions & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/diff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Diff Summary

Date : 2024-05-14 19:40:04

Directory g:\\AST\\MCFPP

Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines

[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)

## Languages
| language | files | code | comment | blank | total |
| :--- | ---: | ---: | ---: | ---: | ---: |

## Directories
| path | files | code | comment | blank | total |
| :--- | ---: | ---: | ---: | ---: | ---: |

[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
22 changes: 22 additions & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/diff.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Date : 2024-05-14 19:40:04
Directory : g:\AST\MCFPP
Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines

Languages
+----------+------------+------------+------------+------------+------------+
| language | files | code | comment | blank | total |
+----------+------------+------------+------------+------------+------------+
+----------+------------+------------+------------+------------+------------+

Directories
+------+------------+------------+------------+------------+------------+
| path | files | code | comment | blank | total |
+------+------------+------------+------------+------------+------------+
+------+------------+------------+------------+------------+------------+

Files
+----------+----------+------------+------------+------------+------------+
| filename | language | code | comment | blank | total |
+----------+----------+------------+------------+------------+------------+
| Total | | 0 | 0 | 0 | 0 |
+----------+----------+------------+------------+------------+------------+
500 changes: 500 additions & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/results.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/results.json

Large diffs are not rendered by default.

151 changes: 151 additions & 0 deletions .VSCodeCounter/2024-05-14_19-40-04/results.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
# Summary

Date : 2024-05-14 19:40:04

Directory g:\\AST\\MCFPP

Total : 498 files, 17106 codes, 5533 comments, 2324 blanks, all 24963 lines

Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)

## Languages
| language | files | code | comment | blank | total |
| :--- | ---: | ---: | ---: | ---: | ---: |
| Kotlin | 158 | 11,777 | 4,924 | 1,772 | 18,473 |
| mcfunction | 275 | 2,517 | 524 | 342 | 3,383 |
| Java | 15 | 1,968 | 54 | 131 | 2,153 |
| JSON | 26 | 284 | 0 | 2 | 286 |
| XML | 12 | 251 | 0 | 1 | 252 |
| Markdown | 5 | 172 | 0 | 32 | 204 |
| Kotlinscript | 3 | 86 | 0 | 19 | 105 |
| Batch | 1 | 39 | 29 | 22 | 90 |
| Properties | 2 | 6 | 2 | 1 | 9 |
| C++ | 1 | 6 | 0 | 2 | 8 |

## Directories
| path | files | code | comment | blank | total |
| :--- | ---: | ---: | ---: | ---: | ---: |
| . | 498 | 17,106 | 5,533 | 2,324 | 24,963 |
| . (Files) | 9 | 302 | 31 | 69 | 402 |
| .idea | 11 | 238 | 0 | 1 | 239 |
| .idea (Files) | 8 | 212 | 0 | 1 | 213 |
| .idea\\codeStyles | 2 | 20 | 0 | 0 | 20 |
| .idea\\inspectionProfiles | 1 | 6 | 0 | 0 | 6 |
| gradle | 1 | 5 | 0 | 1 | 6 |
| gradle\\wrapper | 1 | 5 | 0 | 1 | 6 |
| mcfpp | 301 | 2,799 | 524 | 346 | 3,669 |
| mcfpp\\dynamic | 22 | 38 | 44 | 14 | 96 |
| mcfpp\\dynamic (Files) | 1 | 8 | 0 | 0 | 8 |
| mcfpp\\dynamic\\src | 21 | 30 | 44 | 14 | 88 |
| mcfpp\\dynamic\\src\\DynamicCommand | 21 | 30 | 44 | 14 | 88 |
| mcfpp\\dynamic\\src\\DynamicCommand (Files) | 1 | 6 | 0 | 1 | 7 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data | 20 | 24 | 44 | 13 | 81 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic | 17 | 16 | 35 | 10 | 61 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic.util | 3 | 8 | 9 | 3 | 20 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic.util\\functions | 3 | 8 | 9 | 3 | 20 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic.util\\functions\\nbt | 3 | 8 | 9 | 3 | 20 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions | 17 | 16 | 35 | 10 | 61 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions (Files) | 1 | 1 | 3 | 0 | 4 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions\\advancement | 4 | 4 | 0 | 0 | 4 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions\\attribute | 3 | 2 | 0 | 1 | 3 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions\\attribute (Files) | 2 | 2 | 0 | 0 | 2 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions\\attribute\\modifier | 1 | 0 | 0 | 1 | 1 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions\\data | 9 | 9 | 32 | 9 | 50 |
| mcfpp\\dynamic\\src\\DynamicCommand\\data\\mcfpp.dynamic\\functions\\data\\modify | 9 | 9 | 32 | 9 | 50 |
| mcfpp\\math | 278 | 2,753 | 480 | 332 | 3,565 |
| mcfpp\\math (Files) | 1 | 8 | 0 | 0 | 8 |
| mcfpp\\math\\src | 277 | 2,745 | 480 | 332 | 3,557 |
| mcfpp\\math\\src\\math | 277 | 2,745 | 480 | 332 | 3,557 |
| mcfpp\\math\\src\\math (Files) | 2 | 12 | 0 | 3 | 15 |
| mcfpp\\math\\src\\math\\data | 275 | 2,733 | 480 | 329 | 3,542 |
| mcfpp\\math\\src\\math\\data\\entitycls | 20 | 240 | 0 | 0 | 240 |
| mcfpp\\math\\src\\math\\data\\entitycls\\tags | 20 | 240 | 0 | 0 | 240 |
| mcfpp\\math\\src\\math\\data\\entitycls\\tags\\entity_types | 20 | 240 | 0 | 0 | 240 |
| mcfpp\\math\\src\\math\\data\\entitycls\\tags\\entity_types\\cbox | 20 | 240 | 0 | 0 | 240 |
| mcfpp\\math\\src\\math\\data\\math | 255 | 2,493 | 480 | 329 | 3,302 |
| mcfpp\\math\\src\\math\\data\\math\\functions | 255 | 2,493 | 480 | 329 | 3,302 |
| mcfpp\\math\\src\\math\\data\\math\\functions (Files) | 12 | 118 | 53 | 18 | 189 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\3vec | 30 | 411 | 83 | 64 | 558 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\3vec (Files) | 23 | 248 | 82 | 37 | 367 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\3vec\\dsp | 3 | 151 | 0 | 27 | 178 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\3vec\\exlen | 4 | 12 | 1 | 0 | 13 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\classify | 4 | 16 | 8 | 0 | 24 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo | 141 | 1,386 | 234 | 149 | 1,769 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo (Files) | 4 | 51 | 13 | 13 | 77 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float | 78 | 896 | 134 | 68 | 1,098 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float (Files) | 27 | 745 | 128 | 56 | 929 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float\\addx_search | 12 | 27 | 0 | 0 | 27 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float\\addy_search | 12 | 27 | 0 | 0 | 27 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float\\addz_search | 12 | 27 | 0 | 0 | 27 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float\\test | 3 | 40 | 6 | 12 | 58 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float\\tovecx | 4 | 10 | 0 | 0 | 10 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float\\tovecy | 4 | 10 | 0 | 0 | 10 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\3vec_float\\tovecz | 4 | 10 | 0 | 0 | 10 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float | 59 | 439 | 87 | 68 | 594 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float (Files) | 27 | 294 | 73 | 45 | 412 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float\\add_search | 15 | 35 | 0 | 0 | 35 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float\\datato | 1 | 1 | 1 | 1 | 3 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float\\test | 6 | 71 | 12 | 20 | 103 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float\\todata | 6 | 28 | 1 | 2 | 31 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float\\todata (Files) | 1 | 8 | 1 | 2 | 11 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float\\todata\\search | 5 | 20 | 0 | 0 | 20 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\hpo\\float\\toscore | 4 | 10 | 0 | 0 | 10 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\marker | 6 | 12 | 6 | 0 | 18 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\obj_entity | 4 | 15 | 8 | 1 | 24 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\set | 32 | 261 | 58 | 65 | 384 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\set (Files) | 25 | 133 | 51 | 27 | 211 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\set\\test | 7 | 128 | 7 | 38 | 173 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\sqrt | 14 | 120 | 14 | 8 | 142 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\test | 12 | 154 | 16 | 24 | 194 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\test (Files) | 2 | 11 | 2 | 3 | 16 |
| mcfpp\\math\\src\\math\\data\\math\\functions\\test\\perf | 10 | 143 | 14 | 21 | 178 |
| mcfpp\\sys | 1 | 8 | 0 | 0 | 8 |
| src | 175 | 13,754 | 4,978 | 1,907 | 20,639 |
| src\\main | 161 | 13,261 | 4,961 | 1,840 | 20,062 |
| src\\main\\cpp | 1 | 6 | 0 | 2 | 8 |
| src\\main\\gen | 1 | 1,300 | 4 | 19 | 1,323 |
| src\\main\\java | 12 | 619 | 50 | 99 | 768 |
| src\\main\\java\\top | 12 | 619 | 50 | 99 | 768 |
| src\\main\\java\\top\\mcfpp | 11 | 615 | 50 | 96 | 761 |
| src\\main\\java\\top\\mcfpp\\annotations | 2 | 18 | 0 | 6 | 24 |
| src\\main\\java\\top\\mcfpp\\jni | 1 | 10 | 0 | 4 | 14 |
| src\\main\\java\\top\\mcfpp\\lang | 8 | 587 | 50 | 86 | 723 |
| src\\main\\java\\top\\mcfppdoc | 1 | 4 | 0 | 3 | 7 |
| src\\main\\java\\top\\mcfppdoc\\antlr | 1 | 4 | 0 | 3 | 7 |
| src\\main\\kotlin | 147 | 11,336 | 4,907 | 1,720 | 17,963 |
| src\\main\\kotlin\\top | 147 | 11,336 | 4,907 | 1,720 | 17,963 |
| src\\main\\kotlin\\top\\mcfpp | 147 | 11,336 | 4,907 | 1,720 | 17,963 |
| src\\main\\kotlin\\top\\mcfpp (Files) | 4 | 300 | 125 | 40 | 465 |
| src\\main\\kotlin\\top\\mcfpp\\annotations | 1 | 24 | 0 | 4 | 28 |
| src\\main\\kotlin\\top\\mcfpp\\antlr | 10 | 2,405 | 737 | 206 | 3,348 |
| src\\main\\kotlin\\top\\mcfpp\\command | 7 | 530 | 148 | 78 | 756 |
| src\\main\\kotlin\\top\\mcfpp\\command (Files) | 5 | 227 | 95 | 51 | 373 |
| src\\main\\kotlin\\top\\mcfpp\\command\\tree | 2 | 303 | 53 | 27 | 383 |
| src\\main\\kotlin\\top\\mcfpp\\commandline | 2 | 132 | 4 | 16 | 152 |
| src\\main\\kotlin\\top\\mcfpp\\compiletime | 5 | 242 | 10 | 37 | 289 |
| src\\main\\kotlin\\top\\mcfpp\\exception | 6 | 22 | 0 | 18 | 40 |
| src\\main\\kotlin\\top\\mcfpp\\io | 4 | 691 | 139 | 39 | 869 |
| src\\main\\kotlin\\top\\mcfpp\\lang | 49 | 4,033 | 2,172 | 673 | 6,878 |
| src\\main\\kotlin\\top\\mcfpp\\lang (Files) | 39 | 3,585 | 2,021 | 577 | 6,183 |
| src\\main\\kotlin\\top\\mcfpp\\lang\\annotation | 1 | 22 | 2 | 6 | 30 |
| src\\main\\kotlin\\top\\mcfpp\\lang\\type | 7 | 372 | 134 | 75 | 581 |
| src\\main\\kotlin\\top\\mcfpp\\lang\\value | 2 | 54 | 15 | 15 | 84 |
| src\\main\\kotlin\\top\\mcfpp\\lib | 2 | 6 | 0 | 6 | 12 |
| src\\main\\kotlin\\top\\mcfpp\\model | 45 | 2,534 | 1,510 | 517 | 4,561 |
| src\\main\\kotlin\\top\\mcfpp\\model (Files) | 11 | 353 | 255 | 91 | 699 |
| src\\main\\kotlin\\top\\mcfpp\\model\\field | 17 | 915 | 596 | 206 | 1,717 |
| src\\main\\kotlin\\top\\mcfpp\\model\\function | 13 | 944 | 602 | 165 | 1,711 |
| src\\main\\kotlin\\top\\mcfpp\\model\\generic | 4 | 322 | 57 | 55 | 434 |
| src\\main\\kotlin\\top\\mcfpp\\util | 12 | 417 | 62 | 86 | 565 |
| src\\test | 14 | 493 | 17 | 67 | 577 |
| src\\test\\java | 2 | 49 | 0 | 13 | 62 |
| src\\test\\java\\top | 2 | 49 | 0 | 13 | 62 |
| src\\test\\java\\top\\mcfpp | 2 | 49 | 0 | 13 | 62 |
| src\\test\\java\\top\\mcfpp\\test | 2 | 49 | 0 | 13 | 62 |
| src\\test\\kotlin | 12 | 444 | 17 | 54 | 515 |
| src\\test\\kotlin\\top | 12 | 444 | 17 | 54 | 515 |
| src\\test\\kotlin\\top\\mcfpp | 12 | 444 | 17 | 54 | 515 |
| src\\test\\kotlin\\top\\mcfpp\\test | 12 | 444 | 17 | 54 | 515 |
| test | 1 | 8 | 0 | 0 | 8 |

Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
Loading