From c100d5a9856f01f1942c53272a0847f7cd2d5af4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 11 Sep 2014 19:25:25 +0200 Subject: Expanded the content of some project pages --- source/00_content/pages/projects/simple_parser.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 index ea4df53..cf4ed3d 100644 --- a/source/00_content/pages/projects/simple_parser.md +++ b/source/00_content/pages/projects/simple_parser.md @@ -2,7 +2,7 @@ …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. +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]. @@ -14,5 +14,6 @@ This application marks the first steps in C++ I took a couple of years back and * Export of the expression tree as [Graphviz] dot for visualization [Graphviz]: http://www.graphviz.org/ -[Github]: https://github.com/KnairdA/SimpleParser +[Github]: https://github.com/KnairdA/SimpleParser/ [cgit]: http://code.kummerlaender.eu/SimpleParser/ +[Shunting-Yard]: http://en.wikipedia.org/wiki/Shunting-yard_algorithm -- cgit v1.2.3