aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/simple_parser.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects/simple_parser.md')
-rw-r--r--pages/projects/simple_parser.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/projects/simple_parser.md b/pages/projects/simple_parser.md
index 4ceb226..ea4df53 100644
--- a/pages/projects/simple_parser.md
+++ b/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