Crate fe_parser

source ·

Re-exports

Modules

Structs

  • Parser maintains the parsing state, such as the token stream, “enclosure” (paren, brace, ..) stack, diagnostics, etc. Syntax parsing logic is in the crate::grammar module.

Functions

Type Aliases