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
2025-02-10 14:32:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compilerAst
/
test
History
meisl
e1026584c8
* split up test helpers into separate files, move mapCombinations(..) down to compilerAst/test/helpers since they're generic and don't depend on compiler
2021-07-30 18:37:12 +02:00
..
fixtures
…
helpers
* split up test helpers into separate files, move mapCombinations(..) down to compilerAst/test/helpers since they're generic and don't depend on compiler
2021-07-30 18:37:12 +02:00
TestAstToSourceCode.kt
+ add AST node CharLiteral, *without* turning them into ubyte s. This breaks tests, particularly 3 in TestCompilerOnCharLit. I'm comitting this separately since the failure modes might be of interest (compiler says "internal error").
2021-07-11 21:32:18 +02:00
TestModuleImporter.kt
-/* remove IStringEncoding as param in compilerAst, and all other uses that were only because of that.
2021-07-17 22:08:17 +02:00
TestProg8Parser.kt
+ expose
#55
: float[] initializer as range where no array size is stated
2021-07-17 16:30:16 +02:00
TestSourceCode.kt
* some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away
2021-07-11 19:04:53 +02:00