Versatile parser for arithmetic expressions
-
Updated
Mar 6, 2025 - Rust
Versatile parser for arithmetic expressions
Exploration of Formal Languages and the machines that go with them. Multiple examples of DFAs, NFAs, Stack Machines, and Turing Machines.
This is a basic and simple arithmetic calculator that supports addition, subtraction, multiplication, and division
Arithmetic expression parser with ASCII-art syntax tree visualization. Built with Lex/Yacc, featuring AST generation, expression evaluation, and beautiful tree display
Add a description, image, and links to the arithmetic-parser topic page so that developers can more easily learn about it.
To associate your repository with the arithmetic-parser topic, visit your repo's landing page and select "manage topics."