mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
Update README.md
This commit is contained in:
@@ -15,10 +15,6 @@ The interpreter is still in development.Anyone who interested in this could also
|
||||
# Lexical Analysis
|
||||
|
||||
What do it's outputs look like?
|
||||
|
||||
> ( identifier | engineTimer )
|
||||
|
||||
> ( operator | . )
|
||||
|
||||
> ( identifier | start )
|
||||
|
||||
@@ -32,8 +28,6 @@ What do it's outputs look like?
|
||||
|
||||
> ( operator | ) )
|
||||
|
||||
> ( operator | ; )
|
||||
|
||||
This is what it outputs.
|
||||
|
||||
And the flow chart of lexer is here:
|
||||
@@ -91,8 +85,6 @@ You can try a calculator in __version 0.17~0.19__ !
|
||||
|
||||
In __version 1.2__ the ast has been completed.
|
||||
|
||||
But there are still some bugs inside.
|
||||
|
||||
# Balloon script
|
||||
|
||||
[Balloon](https://github.com/ValKmjolnir/Balloon-script) is created for experiment.
|
||||
|
||||
Reference in New Issue
Block a user