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-04 17:38:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
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
..
arithmetic
move test
2021-03-18 19:34:54 +01:00
comparisons
fix bugs in word <= and >= comparisons
2021-03-18 19:20:48 +01:00
fixtures
+ expose
#55
: float[] initializer as range where no array size is stated
2021-07-17 16:30:16 +02:00
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
AsmgenTests.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
TestCompilerOnCharLit.kt
+ expose
#55
: float[] initializer as range where no array size is stated
2021-07-17 16:30:16 +02:00
TestCompilerOnExamples.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
TestCompilerOnImportsAndIncludes.kt
*
fix
#54
/ step 3: avoid some (= not all) complaints re the .binary filename 64tass still had/has.
2021-07-17 13:03:05 +02:00
TestCompilerOnRanges.kt
* refactor RangeExpr, step 2: make toConstantIntegerRange and size *extension methods* and move them to compiler/astprocessing/AstExtensions.kt (along with the simple helper makeRange). They are in fact *only* used from the compiler module - strong indication that they actually belong there.
2021-07-17 21:13:34 +02:00
TestMemory.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
TestNumbers.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
TestNumericLiteralValue.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
TestPetscii.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
ZeropageTests.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