editor-types-parser
About
This is a Rust crate for parsing the command language used in the editor-types
crate. Library consumers can then use its parser output and the ActionParser
trait to drive the conversion of the parser tree into some kind of output.
Usage
This crate can be used by adding editor-types-parser
to your dependencies in your
project's Cargo.toml
.
[]
= "0.0.2"
License
editor-types-parser
is released under the Apache License, Version 2.0.