SkyTemple / ExplorerScript

ExplorerScript and SSBScript: Script languages for decompiled SSB (Pokémon Mystery Dungeon Explorers of Sky)
MIT License
16 stars 6 forks source link

Combine strings and integer_like into primitives #59

Closed theCapypara closed 1 month ago

theCapypara commented 2 months ago

Combines integer_like and string into primitive and handles all actually allowed values outside the parser, in a new common function parse_primitive.

This is in preparation for:

Also adds the const keyword needed by #51 (I forgot to remove it before committing, oh well)