Skip to content

Fix terminals and op

Raphaël Dias--Monteiro requested to merge fix-terminals-and-op into master

This MR reorganizes the EBNF rules for identifiers and numbers.

A warning is also added at the end of the syntactic specification to warn students about the op rule which cause conflicts when written in the Bison parser like it is shown in the EBNF.

Merge request reports