Update README.md

This commit is contained in:
Valk Richard Li 2019-12-24 16:52:11 +08:00 committed by GitHub
parent 9b635ca7e3
commit 8111f02712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ What do it's outputs look like?
This is what it outputs.
And the flow chart of lexer is here:
![nasal_lexer.png](https://github.com/ValKmjolnir/Nasal-Interpreter/tree/master/pic/nasal_lexer.png)
# Push down automata
After many times of failure,i finally try to use PDA to do the parse work.