pegjs/examples
Ali Tavakoli d914c7b150 JavaScript example: Use LogicalExpression nodes for "&&" and "||"
The buildLogicalExpression function was defined, but not used;
specifically, the Logical(AND|OR)Expression(NoIn)? rules were
constructing BinaryExpression nodes, but are now LogicalExpression
nodes as per the ESTree spec (es5.md).
2016-08-25 15:41:32 -04:00
..
arithmetics.pegjs Switch from first/rest to head/tail in example grammars 2015-10-09 17:09:33 +02:00
css.pegjs Switch from first/rest to head/tail in example grammars 2015-10-09 17:09:33 +02:00
javascript.pegjs JavaScript example: Use LogicalExpression nodes for "&&" and "||" 2016-08-25 15:41:32 -04:00
json.pegjs examples/json.pegjs: Fix the "unescaped" rule 2016-02-28 08:09:16 +01:00