Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Made the compiler easier to debug by outputting JSON.tar.gz | 2021-09-02 | 197.5 kB | |
Made the compiler easier to debug by outputting JSON.zip | 2021-09-02 | 219.3 kB | |
README.md | 2021-09-02 | 504 Bytes | |
Totals: 3 Items | 417.2 kB | 0 |
I have made the compiler easier to debug by making it output JSON of the compilation context in the comments of the assembly code whenever a new function, loop or an if-branching is starting to be compiled. As well, it will output JSON to the stderr
(standard error) in case CorruptCompilationContextException
is thrown (which will hopefully never happen). Maybe I will add some executable files later. For now, look at the release v1.5.6
to download executable files for various operating systems.