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

#1493 in Data structures

Download history 13/week @ 2024-02-23 8/week @ 2024-03-01 53/week @ 2024-03-29

53 downloads per month

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