pml-lang / pml-companion

Java source code of the 'PML Companion (PMLC)'
https://www.pml-lang.dev
GNU General Public License v2.0
22 stars 1 forks source link

Converter Doesn't Enforce Constraints For Identifiers #36

Closed pml-lang closed 3 years ago

pml-lang commented 3 years ago

The documentation states:

The regex of an identifier is: [a-zA-Z][a-zA-Z0-9_]*.

This rule is not enforced by the converter in version 1.4.0.

Will be fixed in the new parser (version 2.0)

pml-lang commented 3 years ago

This bug has been fixed in version 2.0.0