Skip to content

Latest commit

 

History

History
84 lines (67 loc) · 3.67 KB

README.md

File metadata and controls

84 lines (67 loc) · 3.67 KB

Simple Rustemo Tutorial

Rustemo is a parser generator written in Rust, where a parser is able to parse some input according to a predefined grammar. This tutorial serves as a quick start for Rustemo. We try to keep each part of the tutorial as simple as possible.

Quick Start

Grammar

Actions

Rcomp

Misc.

See Also

Contributions

Pull requests for typos, incorrect information, or other ideas are welcome!

License

All code in the tutorial is provided under the MIT License.