FCC is a simple compiled C-like language with a compiler written

g g gmm95 at gmmail.com
Fri Jul 30 10:05:20 PDT 2010


FeepingCreature Wrote:

> I've worked on it on and off over the last few months, and with the addition of classes and the 5000 lines milestone, I thought I'd get some early feedback.
> 
> http://www.reddit.com/r/programming/comments/csxd6/fcc_01_is_a_compiler_for_a_simple_clike_language/ 0.1 release reddit announcement.
> 
> The ultimate intent is to support a high degree of syntactical flexibility via compile-time plugins; the goal for 0.2 is to rewrite the compiler in the language itself and redesign the object system to support plugins.
> 
> The compiler is written in D1/phobos/tools and compiles to assembly; using GNU binutils for binary generation. Only Linux/x86-32 is currently supported.
> 
> Feedback appreciated!
> 
Can't compile, it say it needs a package named tools which is in the repo but is ignored in .gitignore


More information about the Digitalmars-d-announce mailing list