Skip to main content

Crate rokc_parser

Crate rokc_parser 

Source

Re-exports§

pub use error::ParseResult;
pub use tokenizer::Token;
pub use rowan;

Modules§

ast
error
grammar
tokenizer
Lexical analysis for Kconfig source file.

Structs§

KConfigLanguage
Newtype wrapper allowing rowan to store SyntaxKind nodes.
NodeCache
Interner for GreenTokens and GreenNodes
Span
Source code Span
TokenParser

Enums§

SyntaxKind
Every possible token or node in the Kconfig Language.

Type Aliases§

NodeOrToken
SyntaxNode
SyntaxToken