[][src]Crate rnix

Modules

parser

The parser: turns a series of tokens into an AST

tokenizer

The tokenizer: turns a string into tokens, such as numbers, strings, and keywords

types

Provides a type system for the AST, in some sense

value

The types: Such as strings or integers

Functions

parse

A convenience function for first tokenizing and then parsing given input