On Mon Aug 14 17:42:55 2023 +0000, Zebediah Figura wrote:
If "string" is a keyword (can't be a variable name) then this needs to stay.
I believe this is handled by the `type_no_void: TYPE_IDENTIFIER` in the yacc file, line 5644. There also aren't keywords for other inbuilt types (like `float`).