aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser.y
AgeCommit message (Expand)Author
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-24Throw a specific error for incomplete parse errors.Scott Olson
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-07-03Fix the hack that resets the scanner state.Guillaume Maudoux
2015-05-06nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra
2015-05-05Allow URLs in the Nix search pathEelco Dolstra
2015-02-23Add restricted evaluation modeEelco Dolstra
2015-02-19Merge branch 'tilde-paths' of https://github.com/shlevy/nixEelco Dolstra
2015-02-19tilde paths: The rest of the string has to start with a slash anywayShea Levy
2015-02-19tilde paths: construct the entire path at parse timeShea Levy
2015-02-19tilde paths: get HOME at parse timeShea Levy
2015-02-19Remove obsolete reference to ~ operatorEelco Dolstra
2015-02-19Allow the leading component of a path to be a ~Shea Levy
2015-01-07Show position info for failing <...> lookupsEelco Dolstra
2014-12-14PedantryEelco Dolstra
2014-10-05Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-07-30Rename nixPath to __nixPathEelco Dolstra
2014-05-26Remove ExprBuiltinEelco Dolstra
2014-05-26Make the Nix search path declarativeEelco Dolstra
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-05-26Add primop ‘scopedImport’Eelco Dolstra
2014-04-04Show position info in attribute selection errorsEelco Dolstra
2014-04-04Show position info in Boolean operationsEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-04-04Pass position information to primop callsEelco Dolstra
2014-04-04Include position info in function applicationEelco Dolstra
2014-03-10The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStringsShea Levy
2014-02-26Warn about missing -I pathsEelco Dolstra
2014-01-21Fix some clang warningsEelco Dolstra
2014-01-21Fix building against Bison 3.0.2Eelco Dolstra
2014-01-14Bare dynamic attrs: Match interpolation semanticsShea Levy
2014-01-14Allow "bare" dynamic attrsShea Levy
2013-12-31Don't use any syntactic sugar for dynamic attrsShea Levy
2013-12-31Fold dynamic binds handling into addAttrShea Levy
2013-12-31Dynamic attrsShea Levy
2013-12-31Add the ExprBuiltin Expr type to the ASTShea Levy
2013-11-18Add a symbol __curPos that expands to the current source locationEelco Dolstra
2013-10-17Ensure proper type checking/coercion of "${expr}"Eelco Dolstra
2013-10-08Deduplicate filenames in PosEelco Dolstra
2013-10-08Show the exact position of undefined variablesEelco Dolstra
2013-09-03Get rid of the parse tree cacheEelco Dolstra
2013-09-02Add some support code for nix-replEelco Dolstra
2013-09-02Fix whitespaceEelco Dolstra
2013-08-26Simplify inherited attribute handlingShea Levy
2013-08-19Store Nix integers as longsEelco Dolstra
2013-08-02Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’Eelco Dolstra