pegjs/examples
Ali Tavakoli 5f9bc6ed4d JavaScript example: Add "kind" to VariableDeclaration nodes
The JavaScript example grammar's VariableDeclaration nodes were missing
the "kind" member (which is always set to "var", according to the
ESTree spec).
2016-08-23 14:51:24 -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: Add "kind" to VariableDeclaration nodes 2016-08-23 14:51:24 -04:00
json.pegjs examples/json.pegjs: Fix the "unescaped" rule 2016-02-28 08:09:16 +01:00