Modules§
- stacker
- A library to help grow the stack when it runs out of space.
Structs§
- Lazy
Cell - A value which is initialized on the first access.
- Lazy
Lock - A value which is initialized on the first access.
- Parser
- A simple wrapper to make ParseImpl easier to use.
- Regex
- A compiled regular expression for searching Unicode haystacks.
- Span
- Annoted value
- Tag
- Vec
- A contiguous growable array type, written as
Vec<T>
, short for ‘vector’.
Statics§
Traits§
Functions§
Derive Macros§
- Enum
AstImpl - Generate AstImpl trait from rule attributes
- From
StrAst Impl - Generate AstImpl trait from PushImpl trait
- Num
- Generate Num trait from rule attributes
- Parse
- Parse
Impl - Generate Parse
trait(s) from rule attributes - Skip
Space - Generate SkipSpace trait the handles ’\n\t ’