Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CompilerConstruction
CodeSamples
Commits
c57dc8f6
Commit
c57dc8f6
authored
May 03, 2020
by
Ronald Charles Moore
Browse files
fixed format mistake in READMEs
parent
279250a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
recursiveDescentParsers/cplusplus/halfBakedCompiler/README.md
View file @
c57dc8f6
...
...
@@ -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++`
...
...
recursiveDescentParsers/cplusplus/interpret++/README.md
View file @
c57dc8f6
...
...
@@ -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
...
...
recursiveDescentParsers/cplusplus/interpreter/README.md
View file @
c57dc8f6
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment