MCPcopy Create free account

hub / github.com/boxbeam/untwine / types & classes

Types & classes43 in github.com/boxbeam/untwine

↓ 1 callersClassSpan
Represents data corresponding to a specific portion of a parsing input.
src/lib.rs:54
ClassAppendCell
src/parser.rs:5
ClassCharFilter
macros/src/lib.rs:531
ClassCharGroup
macros/src/lib.rs:506
ClassCharRange
macros/src/lib.rs:487
ClassCodegenState
macros/src/codegen/mod.rs:44
EnumCons
examples/lisp.rs:7
EnumCustomError
tests/src/lib.rs:184
ClassErrsLock
src/context.rs:289
EnumExpr
examples/lisp.rs:15
ClassHeader
macros/src/lib.rs:31
EnumHeaderParam
macros/src/lib.rs:40
ClassIgnoredPattern
macros/src/lib.rs:546
InterfaceIntoCountBound
src/attr.rs:153
EnumJSONValue
tests/src/benches.rs:13
EnumJSONValue
tests/src/lib.rs:62
EnumJSONValue
examples/json.rs:10
ClassLabeledPattern
macros/src/lib.rs:559
EnumModifier
macros/src/lib.rs:602
EnumNextChar
macros/src/codegen/lookahead_optimization.rs:14
EnumParseJSONError
tests/src/benches.rs:26
EnumParseJSONError
tests/src/lib.rs:84
EnumParseJSONError
examples/json.rs:23
InterfaceParser
The fundamental parsing construct for untwine. A simple parser which comes with combinators for modifying its behavior.
src/parser.rs:43
ClassParserBlock
macros/src/lib.rs:109
ClassParserContext
The input for all parsers. Stores the initial [&str] input and an index for the parsing head.
src/context.rs:19
ClassParserDef
macros/src/lib.rs:140
EnumParserError
src/error.rs:4
ClassParserFunction
macros/src/lib.rs:191
ClassParserImpl
src/parser.rs:299
ClassParserMatch
macros/src/lib.rs:187
ClassParserMatchArm
macros/src/lib.rs:172
EnumParserType
macros/src/lib.rs:166
ClassPattern
macros/src/lib.rs:437
ClassPatternAttribute
macros/src/lib.rs:452
EnumPatternFragment
macros/src/lib.rs:374
EnumPatternList
macros/src/lib.rs:577
ClassPatternMeta
Static data provided to parser attributes.
src/attr.rs:8
ClassPrettyOptions
Options to configure the output of pretty errors
src/pretty.rs:6
InterfaceRecoverable
A type which can be recovered from when parsing, by generating a default error value.
src/recoverable.rs:4
EnumRecoverySignal
src/context.rs:13
InterfaceSealedParser
src/parser.rs:310
ClassTopLevelPatterns
macros/src/lib.rs:359