sperretta / HLP

0 stars 0 forks source link

Add type details to AST tree Token.content.Value nodes. #19

Open Matthewar opened 7 years ago

Matthewar commented 7 years ago

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.

Matthewar commented 7 years ago

Need to also add type syntax details to wiki:

Values

sighellan commented 7 years ago

The database structure has int, float, string, bool and byte. So no char, but includes byte. This will need to be resolved.

Matthewar commented 7 years ago

Alright, I'll go over that later.

Matthewar commented 7 years ago

Char now removed, forgot byte from my list:

Values