Irmen de Jong
Irmen de Jong
"a little writeup" :smile:
@meisl a little history: I read a few articles by Federico Tomassetti about antlr and kotlin ast's, I think one of them was https://tomassetti.me/parse-tree-abstract-syntax-tree/ and that put me on the...
- ``IStringEncoding`` is no longer part of the CompilerAst (actually, in 7.2, it has now been moved to a new module containing a bunch of compiler related interfaces that are...
while the complex "compiler Ast" as discussed above is still generated from the antlr parser, there is now also a new lightweight "codeAst" that is meant to be used in...
Some progress has been made here recently, by adding a switch to select the compiler output target.
The commanderX16 target is now the second functional target and it kinda ironed out the kinks that should make it fairly easy to add another target. (as long as we...
I would love to!! But I don't know how they work. What needs to be done is mainly implement the ICompilationTarget and IMachineDefinition objects for it that tell the compiler...
What type of 8 bit atari are we talking about anyway? Also can you recommend a good emulator for it (preferably running on Linux)?
how to print some text to the screen on 800xl?
well at least 64tass supports generating xex files so we don't have to adapt the tool chain.