PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Grammar doesn't define "Const" #458

Open PaulBone opened 1 year ago

PaulBone commented 1 year ago

Plasma's grammar in plasma_ref.txt doesn't define "Const" Const is part of expressions but it isn't defined anywhere. It should be defined as literal strings and numbers.

I am in the progress of making anther change for pragmas that wants to refer to literal strings, and will create the String non-terminal which should also be defined in this change.