[][src]Module rnix::parser

The parser: turns a series of tokens into an AST

Structs

AST

The result of a parse

Types

Teaches the rowan library about rnix' preferred types

Enums

NodeType

The type of a node in the AST

ParseError

An error that occured during parsing

Functions

parse

Parse tokens into an AST

Type Definitions

Node