guix/src/fix-ng
Eelco Dolstra 06ae269c7c * Do not filter when parsing. This is much faster.
* Add some rejections and lexical restrictions to the grammar to make
  this work.
2003-11-10 11:00:38 +00:00
..
bin2c.c * Basic grammar and parser for the Fix language. We use libsglr and 2003-10-29 16:05:03 +00:00
eval.cc * Turned the msg() and debug() functions into macros, since they 2003-11-09 10:35:45 +00:00
eval.hh * Work around problems with the ATerm library. 2003-11-03 20:30:40 +00:00
fix-expr.cc * Assertions. 2003-11-05 16:27:40 +00:00
fix-expr.hh * Assertions. 2003-11-05 16:27:40 +00:00
fix.cc * Turned the msg() and debug() functions into macros, since they 2003-11-09 10:35:45 +00:00
fix.sdf * Do not filter when parsing. This is much faster. 2003-11-10 11:00:38 +00:00
Makefile.am * Working evaluator. 2003-10-31 17:09:31 +00:00
parser.cc * Do not filter when parsing. This is much faster. 2003-11-10 11:00:38 +00:00
parser.hh * Clean up the imploded parse tree. Quotes around strings are 2003-10-30 16:18:40 +00:00
primops.cc * Turned the msg() and debug() functions into macros, since they 2003-11-09 10:35:45 +00:00
primops.hh * `null' is a nullary primop. 2003-11-06 14:41:49 +00:00