This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2024-12-24 16:29:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
de92740e87
prog8
/
compilerAst
History
meisl
de92740e87
* simple refactoring: move IStringEncoding, IMemSizer and IBuiltinFunctions to files of their own, also ext method Number.toHex to file compilerAst/src/prog8/ast/Extensions.kt. Moved the other interfaces that are indeed closely related to Node to the top of AstToplevel.kt. *This is really ONLY moving text around*, so it's easier to find things. Nothing else.
2021-07-17 21:29:01 +02:00
..
res
/prog8lib
* make resources available in compilerAst/test s; *you may have to re-import the gradle project into IDEA*
2021-07-10 20:50:07 +02:00
src
/prog8
* simple refactoring: move IStringEncoding, IMemSizer and IBuiltinFunctions to files of their own, also ext method Number.toHex to file compilerAst/src/prog8/ast/Extensions.kt. Moved the other interfaces that are indeed closely related to Node to the top of AstToplevel.kt. *This is really ONLY moving text around*, so it's easier to find things. Nothing else.
2021-07-17 21:29:01 +02:00
test
+ expose
#55
: float[] initializer as range where no array size is stated
2021-07-17 16:30:16 +02:00
build.gradle
* make resources available in compilerAst/test s; *you may have to re-import the gradle project into IDEA*
2021-07-10 20:50:07 +02:00
compilerAst.iml
* make resources available in compilerAst/test s; *you may have to re-import the gradle project into IDEA*
2021-07-10 20:50:07 +02:00