The Minsk Compiler is a simple C# compiler designed for basic arithmetic expressions. It features lexical analysis, parsing, syntax tree generation, and interactive expression evaluation with parse tree visualization. Users can clone the repository, open it in Visual Studio, build and run the project to start evaluating expressions.
-
Updated
Jul 10, 2024 - C#