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-01-26 19:30:59 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
History
meisl
522bf91c30
* 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
..
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
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
Helpers.kt
+ expose
#54
, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers
2021-07-17 13:02:20 +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
+ expose
#54
, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers
2021-07-17 13:02:20 +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