More about LISP
Posted in Programming, University on May 15th, 2008 by Miquel – Be the first to commentI have been updating a little the section for development, cause I want to give it try. In Anderson‘s words, if you don’t show that you can do stuff, people will think that you just can’t do stuff.
Anyway, thank again to the Advanced Software Systems subject I’ve been losing my time with JavaCC (Java Compiler Compiler) a kind of add-on for Java that given a properly defined grammar will automatically generate the necessary classes for the interpreter and eventually create a compiler, among other stuff. With this, I’ve just defined a grammar for LISP, very simple but cool, given that it’s the first grammar I define using JavaCC. More to come?
As for the previous thingy, I created a page for mylisp (JavaCC) at the LISP section of Development, for those of you wishing to know about it.