Open Matthewar opened 7 years ago
Need to also add type syntax details to wiki:
The database structure has int, float, string, bool and byte. So no char, but includes byte. This will need to be resolved.
Alright, I'll go over that later.
Char now removed, forgot byte from my list:
In order for useful type matching details when coding the parser and the execution engine (#6 and #7), further details should be added to Token.content.Value nodes to explain expected and allowed types for each use case.