You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
8 years ago
..
arithmetics.pegjs Switch from first/rest to head/tail in example grammars 9 years ago
css.pegjs Switch from first/rest to head/tail in example grammars 9 years ago
javascript.pegjs JavaScript example: Use LogicalExpression nodes for "&&" and "||" 8 years ago
json.pegjs examples/json.pegjs: Fix the "unescaped" rule 8 years ago