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-12-21 18:18:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b38fff76e98c8742e7612e72049582557db23a99
prog8
/
compiler
/
test
History
Irmen de Jong
b38fff76e9
hack to work around struct name prefix inconsistency
...
see github issue 198
2025-12-03 21:07:08 +01:00
..
arithmetic
…
ast
…
codegeneration
…
comparisons
…
fixtures
…
helpers
…
vm
…
helpers_pathsTests.kt
…
ModuleImporterTests.kt
made Position line, col, endcol all 1-based
2025-11-05 00:25:43 +01:00
ProjectConfig.kt
…
TestBuiltinFunctions.kt
add sgn(long) support, fix sgn() result type in IR
2025-10-12 12:22:32 +02:00
TestCallgraph.kt
…
TestCompilerOnCharLit.kt
…
TestCompilerOnExamples.kt
…
TestCompilerOnImportsAndIncludes.kt
…
TestCompilerOnRanges.kt
…
TestCompilerOptionLibdirs.kt
…
TestGoldenRam.kt
…
TestImportedModulesOrderAndOptions.kt
…
TestLaunchEmu.kt
…
TestMemory.kt
…
TestNumbers.kt
…
TestNumericLiteral.kt
…
TestOptimization.kt
…
TestPointers.kt
…
TestPtNumber.kt
…
TestScoping.kt
…
TestStringEncodings.kt
…
TestSubroutines.kt
…
TestSymbolTable.kt
…
TestTypecasts.kt
…
TestZeropage.kt
…