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-03-01 00:30:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
History
Irmen de Jong
0447b3e4cc
remove testcase that attempted to check invalid %import syntax.
...
we only allow unquoted names, without filename suffix, in %import.
2021-10-13 22:10:35 +02:00
..
arithmetic
…
comparisons
…
fixtures
remove testcase that attempted to check invalid %import syntax.
2021-10-13 22:10:35 +02:00
helpers
renamed command line option -libdirs to -srcdirs
2021-10-13 18:16:51 +02:00
AsmgenTests.kt
cleanup SourceCode class
2021-10-13 19:16:01 +02:00
ModuleImporterTests.kt
enabled test
2021-10-13 20:28:42 +02:00
TestCompilerOnCharLit.kt
…
TestCompilerOnExamples.kt
enabled test
2021-10-13 20:28:42 +02:00
TestCompilerOnImportsAndIncludes.kt
remove testcase that attempted to check invalid %import syntax.
2021-10-13 22:10:35 +02:00
TestCompilerOnRanges.kt
…
TestCompilerOptionLibdirs.kt
renamed command line option -libdirs to -srcdirs
2021-10-13 18:16:51 +02:00
TestImportedModulesOrderAndOptions.kt
…
TestMemory.kt
cleanup SourceCode class
2021-10-13 19:16:01 +02:00
TestNumbers.kt
…
TestNumericLiteralValue.kt
…
TestPetscii.kt
…
ZeropageTests.kt
…