lib.rs
asciimath
asciimath Mathematical expression parser and evaluator. by Gregory. Install; API reference; GitHub repo ; 21 releases. 0.8.8 Jun 20, 2019 0.8.7 Mar 6, 2019 0.8.5 Feb 18, 2019 0.8.3 May 10, 2018 #2595 in Parser implementations. 21 downloads per month MIT license 38KB 953 lines. asciimath-rs.
asciimath-rs
AsciiMath . This project aims to implement a fully functional AsciiMath parser for rust. It's part of the snekdown parser project. See the spec. Dependencies. charred used by the tokenizer to analyze the input string; maplit for an easy to use macro to define the token mappings; lazy_static to define static mappings for tokens
Asciimath Parser
Asciimath Parser. A fast extensible memory-efficient asciimath parser. This parser produces a parsed tree representation rooted as an Expression. The parsed structure keeps refrences to the underlying string in order to avoid copies, but these strings must still be interpreted as the correct tokens to use the structure.