[][src]Crate ungrammar

Ungrammar -- a DSL for specifying concrete syntax tree grammar.

Producing a parser is an explicit non-goal -- it's ok for this grammar to be ambiguous, non LL, non LR, etc.

Structs

Error
Grammar
Node
NodeData
Token
TokenData

Enums

Rule

Functions

rust_grammar

Type Definitions

Result