More work. Highlights:
authorMark Wooding <mdw@distorted.org.uk>
Thu, 15 Oct 2009 09:24:32 +0000 (10:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 15 Oct 2009 09:24:32 +0000 (10:24 +0100)
commitd9c15186bf79bcac3caf752dd0936233778aa8f2
treed49bf78beb5293c2ba6fbaef924d6ea117874911
parent77027cca31175841c42fb14ac5549d789eea8cfe
More work.  Highlights:

  * start using new module import protocol
  * move bootstrapping to separate file
  * eliminated most of the non-C reserved words

Maybe I'll eliminate the C reserved words too.  It'll make the grammar
easier to extend.
builtin.lisp [new file with mode: 0644]
class-builder.lisp
lex.lisp
module.lisp
pset.lisp
tables.lisp