Irmen de Jong
|
4011dce31b
|
added a few more tests for the file element of Position
|
2021-10-19 00:26:02 +02:00 |
|
meisl
|
ac02a99934
|
* move ModuleImporter to prog8.compiler (package & module), together with its tests
|
2021-08-02 10:07:19 +02:00 |
|
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 |
|