Crate rsjsonnet_lang

Source
Expand description

Library to parse and evaluate Jsonnet files.

See the token, lexer, ast and parser modules for Jsonnet parsing. See the program module for Jsonnet evaluation.

Modulesยง

arena
Arena allocator.
ast
The abstract syntax tree (AST) of Jsonnet code.
interner
A reference-count based string interner.
lexer
A lexer for the Jsonnet language.
parser
A parser for the Jsonnet language.
program
Jsonnet program state and evaluation.
span
token