Expand description
Pythonic SSZ definition parser.
Modules§
- tysys
- Core type system expressions.
Structs§
- Alias
Def - Type alias definition.
- Class
Def - Class definition.
- Class
Field Def - Class field definition.
- Const
Name - A const name.
- Field
Name - A field name.
- Identifier
- Identifiers are generic blobs of textual-ish that are not keywords.
- Line
ColPos - Describes a line and column position in some source string.
- PosTbl
- A table of line and column positions for a source string.
- SrcPos
- A source position.
- SrcSpan
- A source span.
- SszSchema
- High level SSZ schema.
- Type
Name - A type name.
Enums§
- SszError
- Represents an error from any of the phases of parsing a raw schema.
- Tagged
Token - Token with a tag.
- Tagged
Toktr - Token tree with a tag.
Functions§
- parse_
str_ schema - High-level parse function.