chickendude wrote:Cool, just downloaded it, i'll try it out tonight. Is there any sort of documentation anywhere?
No documentation yet. But you probably just want to download the zip from github (I am not sure if/how compiling yourself would work) and look at the test files included. The sublime packages are cool if you want syntax highlighting, but they are work in progress. They dont actually offer so much.
Maybe someone should make a tutorial, or actually try to programm a little bit with it and see how far he comes. I tried porting a few lines of code of Tornado and I often lack operators that I would need. Like minus (lol) or most of the other basic operators. Bit shifts, flags, there is so much in z80, I dont think I can finish all. It's c++ after all and I am still quite new to that. I know about compilers, but this is just a fun side-project to learn about all that.
If I would start again today I would consider XText, Antlr, or Gold.