Skip to main contentModule types
Source - Module
- A module namespace of builtin functions.
- Blocks
- Block style
- Cli
- CLI command type
- Compat
- Compatibility mode for versioning
- ConfigSource
- Config source for language settings.
- Debug
- Debug level
- Dist
- Distribution mode
- ImplicitMutability
- Default mutability for variables created without a keyword.
- LibsMode
- Library storage mode.
- Mode
- Execution mode
- SafeMode
- Sandbox mode for runtime safety.
- Semicolon
- Semicolon rules
- Strings
- String quote style
- Typing
- Typing mode for the language
- Value
- A value in the language
- Interpretable
- Interface for actions to interact with the interpreter/compiler state.
- Action
- An action the language can perform, now with access to the interpreter/compiler.