No error message reported from nbfroont when there is a scanner error in the parser specification

Issue #6 resolved
Jesper Öqvist repo owner created an issue

nbfront does not report an error for the following faulty parser specification, it just exits without generating a parser:

expr =
    ID.a ADD.op IDexpr.b { return new Nonterminal("expr", a, op, b); :}

Comments (1)

  1. Log in to comment