pegjs/examples
fpirsch d7e853b87c Fix automatic semi-colon insertion
Fix automatic semi-colon insertion in var statements without
initialisers.
var i
i = 1;
is valid and not accepted by the parser

but
var i = 2
i = 3;
is valid and accepted by the parser, as it should be.

With this fix, both are accepted.
2013-01-12 18:59:49 +01:00
..
arithmetics.pegjs Text nodes: Use text nodes in examples/arithmetics.pegjs 2012-12-02 17:25:52 +01:00
css.pegjs Text nodes: Use text nodes in examples/css.pegjs 2012-12-02 17:40:02 +01:00
javascript.pegjs Fix automatic semi-colon insertion 2013-01-12 18:59:49 +01:00
json.pegjs Text nodes: Use text nodes in examples/json.pegjs 2012-12-02 17:36:26 +01:00