File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 47
47
<li>
48
48
<a href="#getting-started">Getting Started</a>
49
49
</li>
50
- <li><a href="#roadmap">Roadmap</a></li>
51
50
<li><a href="#usage">Usage</a></li>
52
51
<li><a href="#contributors">Contributors</a></li>
53
52
<li><a href="#connect-with-us">Connect</a></li>
@@ -134,20 +133,6 @@ make
134
133
### File Output
135
134
136
135
Output will be written to ``` Output.txt ``` in the working directory.
137
- <!-- ROADMAP -->
138
- ## Roadmap
139
-
140
- This project was implemented in stages. Each stage builds from the last and ultimately constructs an interpreter.
141
-
142
- 1️⃣ - [ Comment Removal] ( https://github.com/Pip-Install-Party/Ignoring-Comments )
143
- 2️⃣ - [ Tokenization] ( https://github.com/Pip-Install-Party/Tokenization )
144
- 3️⃣ - [ Recursive Descent Parser] ( https://github.com/Pip-Install-Party/Recursive-Descent-Parser )
145
- 4️⃣ - [ Symbol Table] ( https://github.com/Pip-Install-Party/Symbol-Table )
146
- 5️⃣ - [ Abstract Syntax Tree] ( https://github.com/Pip-Install-Party/Abstract-Syntax-Tree )
147
- 6️⃣ - [ Interpreter] ( https://github.com/Pip-Install-Party/Interpreter )
148
-
149
- See the [ open issues] ( https://github.com/Pip-Install-Party/Interpreter/issues ) for a full list of proposed features (and known issues).
150
-
151
136
<!-- USAGE EXAMPLES -->
152
137
## Usage
153
138
You can’t perform that action at this time.
0 commit comments