meisl
|
6fa50a699f
|
+ add two tests for parseModule with empty source text (from File and from String)
|
2021-07-10 21:03:40 +02:00 |
|
meisl
|
7530fb67c8
|
+ add tests for inner nodes' positions; refactor tests
|
2021-07-10 10:10:41 +02:00 |
|
meisl
|
af209ad50e
|
+ intro SourceCode, tying together source code text with its *origin*; Prog8Parser now only accepts this
|
2021-07-09 13:24:05 +02:00 |
|
meisl
|
99b1cec2e1
|
*/+ 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 |
|