about summary refs log tree commit diff
path: root/tests/lang/parse-okay-regression-20041027.exp
AgeCommit message (Collapse)AuthorFilesLines
2008-08-14 * Refactoring: combine functions that take an attribute set andEelco Dolstra1-1/+1
functions that take a single argument (plain lambdas) into one AST node (Function) that contains a Pattern node describing the arguments. Current patterns are single lazy arguments (VarPat) and matching against an attribute set (AttrsPat). This refactoring allows other kinds of patterns to be added easily, such as Haskell-style @-patterns, or list pattern matching.
2008-08-11 * Removed the "valid values" feature. Nobody uses it anyway.Eelco Dolstra1-1/+1
2007-01-13 * Canonicalise ASTs in `nix-instantiate --eval': remove positionEelco Dolstra1-1/+1
info, sort attribute sets.
2006-10-17 * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), andEelco Dolstra1-1/+1
the semantic changes.
2006-10-11 * Removed URIs from the evaluator (NIX-66). They are now just anotherEelco Dolstra1-1/+1
kind of notation for strings.
2006-07-24 * Refactoring to support domain checks.Eelco Dolstra1-1/+1
2004-10-27 * Bug fix in parsing of /* ... */ comments; due to longest matchEelco Dolstra1-0/+1
regexp there could be only one such comment per file.