Crate spade_parser

Crate spade_parser 

Source

Re-exports§

pub use logos;

Modules§

error
item_type
lexer

Macros§

peek_for
Peek the next token. If it matches the specified token, get that token otherwise return Ok(none)

Structs§

Parser
Token
A token with location info

Enums§

ParseStackEntry
RecoveryResult

Functions§

format_parse_stack