From ded69be933abdb3ff69e3bf1991586a70fd13d63 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 11 Sep 2014 13:06:53 +0200 Subject: Removed contents as they were relocated into their own repository --- source/00_content/pages/projects/simple_parser.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 source/00_content/pages/projects/simple_parser.md (limited to 'source/00_content/pages/projects/simple_parser.md') diff --git a/source/00_content/pages/projects/simple_parser.md b/source/00_content/pages/projects/simple_parser.md deleted file mode 100644 index ea4df53..0000000 --- a/source/00_content/pages/projects/simple_parser.md +++ /dev/null @@ -1,18 +0,0 @@ -# SimpleParser - -…is a simple parser for resolving mathematical terms. - -The term is parsed by generating a binary expression tree using the Shunting-Yard algorithm. The implementation itself does not use any external libraries and relies fully on the features provided by the C++ language and the standard library. - -This application marks the first steps in C++ I took a couple of years back and is available on [Github] or [cgit]. - -## Current features - -* Calculating terms with basic operators while respecting the priority of each operator -* Support for parentheses -* Support for alphabetic constants -* Export of the expression tree as [Graphviz] dot for visualization - -[Graphviz]: http://www.graphviz.org/ -[Github]: https://github.com/KnairdA/SimpleParser -[cgit]: http://code.kummerlaender.eu/SimpleParser/ -- cgit v1.2.3