Expand description
A BASIC dialect
Structs§
- ArgSpec
- Assign
Target - Basic
Error - Code
- Default
Handler - Expr
- File
- Func
- Func
Display - GenObj
- generator object created by calling generator functions
- GenObj
Ptr - Import
- Indexed
Map - List
- Wrapper around RefCell<Vec
> Having a wrapper keeps the possibility open for e.g. caching hash values, or mutability locks - Loader
- Mark
- RcStr
- str smarat pointer that also stashes chars as needed so that char access can be constant time
- Scope
- Source
- Stmt
- Str
- Var
- Vm
Enums§
Constants§
Traits§
- Handler
- Interface to the outside world