Skip to main content

Crate rexlang_ast

Crate rexlang_ast 

Source
Expand description

AST data structures for Rex.

This crate is intentionally “dumb data” first: keep it easy to read, print, and transform. Anything with complicated control flow generally belongs in a later phase (parser, type checker, engine).

Modules§

expr
id
macros

Macros§

app
assert_expr_eq
b
d
f
i
ite
l
lam
let_in
s
tup
u
v