Module keyword

Source
Expand description

Keyword definitions and global randomizer

Structs§

KeywordRandomizer
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 and let 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)