Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-27 | * Missing dependency; only a problem when building from Subversion. | Eelco Dolstra | |
2004-10-29 | * Drop ATmake / ATMatcher also in handling store expressions. | Eelco Dolstra | |
2004-10-27 | * Oops, I did it again. | Eelco Dolstra | |
2004-10-27 | * Add file to `make dist'. | Eelco Dolstra | |
2004-10-26 | * Don't use ATmake / ATmatch anymore, nor the ATMatcher class. | Eelco Dolstra | |
Instead we generate data bindings (build and match functions) for the constructors specified in `constructors.def'. In particular this removes the conversions between AFuns and strings, and Nix expression evaluation now seems 3 to 4 times faster. | |||
2004-08-04 | * Allow primops with more that 1 arguments. | Eelco Dolstra | |
2004-02-16 | * Allow linking against an external Berkeley DB / ATerm library. | Eelco Dolstra | |
2004-01-30 | * Doh! | Eelco Dolstra | |
2004-01-30 | * Parser numbers again. | Eelco Dolstra | |
* Include missing files in distributions. | |||
2004-01-30 | * Detect flex and bison; updated the manual. | Eelco Dolstra | |
2004-01-30 | * Replaced the SDF parser by a substantially faster Bison/Flex | Eelco Dolstra | |
parser (roughly 80x faster). The absolutely latest version of Bison (1.875c) is required for reentrant GLR support, as well as a recent version of Flex (say, 2.5.31). Note that most Unix distributions ship with the prehistoric Flex 2.5.4, which doesn't support reentrancy. | |||
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra | |
2003-11-19 | * Refactoring (step 2). | Eelco Dolstra | |
2003-11-19 | * Refactoring: put the Nix expression evaluator in its own library so | Eelco Dolstra | |
that it can be used by multiple programs. |