Skip to content
Snippets Groups Projects
Commit c57dc8f6 authored by Ronald Charles Moore's avatar Ronald Charles Moore
Browse files

fixed format mistake in READMEs

parent 279250a9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ similar, please let me know, so I can give credit where credit is due --
or disavow knowledge of that source (as the case may be).
You are in the following subdirectory
** `halfBakedCompiler`
* `halfBakedCompiler`
This code take mathematical expressions and builds an abstract syntax tree,
a.k.a. an AST. It then dumps this AST as text.
The parsing is equivalent to that in `interpreter` and `interpret++`
......
......@@ -10,7 +10,8 @@ similar, please let me know, so I can give credit where credit is due --
or disavow knowledge of that source (as the case may be).
You are in the following subdirectory
** `interpret++`
* `interpret++`
This code take mathematical expressions and evaluates them,
i.e. it outputs numbers. It is the same as its sister folder `interpreter`
as far as recursive descent parsing goes, but uses more C++ features and
......
......@@ -10,7 +10,8 @@ similar, please let me know, so I can give credit where credit is due --
or disavow knowledge of that source (as the case may be).
You are in the following subdirectory
** `interpreter`
* `interpreter`
This code take mathematical expressions and evaluates them,
i.e. it outputs numbers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment