Macros§
Structs§
- Represents a boolean (ex.
trueorfalse). - Represents the null keyword (ex.
null). - Represents an object that may contain properties (ex.
{},{ "prop": 4 }). - Node surrounded in double quotes (ex.
"my string").
Enums§
- All the different kinds of nodes that can appear in the CST.
- Represents an object property name that may or may not be in quotes.