Expand description
Rust ↔ .lino CST converter (issue #138).
Token-level lossless converter for Rust source. Produces a
lino-cst.rust.* flat CST whose round-trip is byte-faithful:
print_rust(&parse_rust(src)) == src. Mirrors js/src/cst-rust.mjs
line for line.
Functions§
- parse_
rust - Parse Rust source into a
lino-cst.rust.*CST. - print_
rust - Print a Rust CST back to source.