7 releases

Uses old Rust 2015

0.0.7 Jun 20, 2018
0.0.6 Jun 10, 2018
0.0.5 Apr 20, 2018
0.0.3 Mar 30, 2018

#142 in #syntax-tree

MIT/Apache

17KB
427 lines

Build Status

A library for non-abstract parse trees.


lib.rs:

parse_tree is a library to represent so-called parse tree. A parse tree is a non-abstract AST: it's a generic syntax tree which remembers all whitespace, comments and other trivia.

Dependencies

~15KB