Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 364 Bytes

File metadata and controls

7 lines (5 loc) · 364 Bytes

Library for string formula parsing

Parsing math formula using context-free grammar approach (keywords: Chomsky normal form, CYK algorithm).

For more efficient and more simple algorithm see reverse Polish notation and Shunting-yard algorithm