Displaying 1 result from an estimated 1 matches for "jeebox".
Did you mean:
eeebox
2013 Mar 21
0
[LLVMdev] Universal tool for creating your own language and parsing the AST
Hi everyone,
I'm writing a language, that will be a "generic language", useful for (I hope) describing any language.
It's called Jeebox.
I've had success describing C, ObjC, PHP, JavaScript, Java, my own language SpeedyCog, and others.
It isn't released YET... but I am working on it.
What is the relevance to LLVM? Well... once Jeebox is released... it will remove one big part of actually making a programming language, th...