prog8/compilerAst/test/fixtures
2021-07-10 21:03:40 +02:00
..
empty.p8 + add two tests for parseModule with empty source text (from File and from String) 2021-07-10 21:03:40 +02:00
file_with_syntax_error.p8 */+ move ParsingFailedError to Prog8Parser.kt, intro ParseError (soon to replace ParsingFailedError), start testing proper error location info 2021-07-09 12:49:30 +02:00
import_file_with_syntax_error.p8 */+ move ParsingFailedError to Prog8Parser.kt, intro ParseError (soon to replace ParsingFailedError), start testing proper error location info 2021-07-09 12:49:30 +02:00
import_import_nonexisting.p8 */+ move ParsingFailedError to Prog8Parser.kt, intro ParseError (soon to replace ParsingFailedError), start testing proper error location info 2021-07-09 12:49:30 +02:00
import_nonexisting.p8 */+ move ParsingFailedError to Prog8Parser.kt, intro ParseError (soon to replace ParsingFailedError), start testing proper error location info 2021-07-09 12:49:30 +02:00
simple_main.p8 + add tests for inner nodes' positions; refactor tests 2021-07-10 10:10:41 +02:00