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-12 04:30:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compilerAst
/
test
History
Irmen de Jong
dbe98f3fa5
remove unittest of %target directive, which is removed in 7.1
2021-10-09 18:43:18 +02:00
..
ast
* restrict access to Program.modules, add tests
2021-08-02 08:15:20 +02:00
fixtures
* move ModuleImporter to prog8.compiler (package & module), together with its tests
2021-08-02 10:07:19 +02:00
helpers
* (first quick) fix: ModuleImporter should look in given "libdirs" (or better "srcdirs"?) for module file
2021-08-01 15:17:47 +02:00
helpers_pathsTests.kt
* improve test method names in helpers_pathsTests by means of
backtick syntax
2021-08-02 15:47:42 +02:00
TestAstToSourceCode.kt
remove unittest of %target directive, which is removed in 7.1
2021-10-09 18:43:18 +02:00
TestProg8Parser.kt
* improve test method names in TestProg8Parser by means of
backtick syntax
2021-08-02 15:36:08 +02:00
TestSourceCode.kt
* test helpers assumeXyz (helpers/paths.kt) return the resulting path (unless they fail, of course); test directories are checked automatically at init, so no sanityCheckDirectories is needed anymore
2021-07-31 14:44:02 +02:00