From 57f99e9af3bf907621ddb56e7f435b9ba34deda0 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:53:21 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a7e1f66..b9ca328 100644 --- a/README.md +++ b/README.md @@ -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) -# 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 The parser can recognize some basic elements in resource program.