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-16 22:30:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
test
History
Irmen de Jong
9c1b11d605
some WARN messages are now INFO
2023-12-28 14:20:47 +01:00
..
arithmetic
…
ast
add unit tests
2023-12-28 13:30:07 +01:00
codegeneration
replace unwritten vars by consts. Improved const eval.
2023-12-28 05:17:15 +01:00
comparisons
…
fixtures
…
helpers
some WARN messages are now INFO
2023-12-28 14:20:47 +01:00
vm
replace unwritten vars by consts. Improved const eval.
2023-12-28 05:17:15 +01:00
helpers_pathsTests.kt
…
ModuleImporterTests.kt
…
ProjectConfig.kt
…
TestAstChecks.kt
…
TestBuiltinFunctions.kt
…
TestCallgraph.kt
…
TestCompilerOnCharLit.kt
…
TestCompilerOnExamples.kt
…
TestCompilerOnImportsAndIncludes.kt
…
TestCompilerOnRanges.kt
…
TestCompilerOptionLibdirs.kt
…
TestGoldenRam.kt
…
TestImportedModulesOrderAndOptions.kt
…
TestLaunchEmu.kt
…
TestMemory.kt
make isArray a computed property by simply checking the datatype
2023-12-26 19:58:08 +01:00
TestNumbers.kt
…
TestNumericLiteral.kt
…
TestOptimization.kt
add unit tests
2023-12-28 13:30:07 +01:00
TestPtNumber.kt
…
TestScoping.kt
…
TestStringEncodings.kt
…
TestSubroutines.kt
…
TestSymbolTable.kt
refactor block options
2023-12-26 22:13:08 +01:00
TestTypecasts.kt
replace unwritten vars by consts. Improved const eval.
2023-12-28 05:17:15 +01:00
TestZeropage.kt
…