Syn is a parsing library for parsing a stream of Rust tokens into a syntax tree of Rust source code. Currently this library is geared toward use in Rust procedural macros, but contains some APIs that ...
$ cd [proc_maps_parser checkout] $ make # to build it as a static library $ make examples # to build both the static library and the example program Optionally, the BUILD_DIR environment variable can ...