Skip to content

Commit

Permalink
docs(readme): update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Jul 7, 2017
1 parent 3a27593 commit f01b2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _A simple interpreter for a large subset of Pascal language with a source-level
- Lexical analyzer which returns next token each time you call *getNextToken()* **[DONE]**
- Skip whitespaces at all **[DONE]**
- Read digits as one token **[DONE]**
- Read alphanumeric as IDENTIFIER tokens **[DONE]**

### Parser

Expand Down

0 comments on commit f01b2e4

Please sign in to comment.