Update README.md

This commit is contained in:
Valk Richard Li
2020-02-28 17:55:02 +08:00
committed by GitHub
parent 510d4e7f94
commit 5d60c9df8f

View File

@@ -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.