Expand description
Keyword definitions and global randomizer
Structs§
- Keyword
Randomizer - Struct for maintaining “sanity” across random generation, upon initialization it holds the
current runs definitions for what each keyword maps to. This keeps syntax consistent in a
single run, so variable declaration isn’t both
var
andlet
in the same runtime for example
Enums§
- Keyword
- All valid keywords (they change a lot so these enum names are the “root” of what they represent)