diff options
Diffstat (limited to 'source/00_content/pages/projects/simple_parser.md')
-rw-r--r-- | source/00_content/pages/projects/simple_parser.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/00_content/pages/projects/simple_parser.md b/source/00_content/pages/projects/simple_parser.md index 4ceb226..ea4df53 100644 --- a/source/00_content/pages/projects/simple_parser.md +++ b/source/00_content/pages/projects/simple_parser.md @@ -6,7 +6,7 @@ The term is parsed by generating a binary expression tree using the Shunting-Yar This application marks the first steps in C++ I took a couple of years back and is available on [Github] or [cgit]. -### Current features +## Current features * Calculating terms with basic operators while respecting the priority of each operator * Support for parentheses |