Update README.md

This commit is contained in:
Valk Richard Li 2020-06-08 17:53:21 +08:00 committed by GitHub
parent 9dc149112d
commit 57f99e9af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -34,12 +34,6 @@ And the flow chart of lexer is here:
[![nasal_lexer.png](pic/nasal_lexer.png?raw=true)](https://github.com/ValKmjolnir/Nasal-Interpreter/blob/master/pic/nasal_lexer.png) [![nasal_lexer.png](pic/nasal_lexer.png?raw=true)](https://github.com/ValKmjolnir/Nasal-Interpreter/blob/master/pic/nasal_lexer.png)
# Push down automata
After many times of failure,i finally try to use PDA to do the parse work.
But something occurred,so i finally didn't make it.However you can still see this LL(1) and LR(0) parser in __version 0.7 & 0.9__ .
# Parser # Parser
The parser can recognize some basic elements in resource program. The parser can recognize some basic elements in resource program.