Update README.md

This commit is contained in:
Valk Richard Li
2019-09-02 12:12:57 +08:00
committed by GitHub
parent 3517330545
commit 5c2ab6e91c

View File

@@ -10,11 +10,6 @@ So this is an interpreter for Nasal written by C++.
The interpreter is still in development.Anyone who interested in this could also join us!
# Issue in nasal console in flightgear
When calling a function without a ';' ,the console does not find the error.But in nasal's grammar this seems really wrong.
So in my interpreter,if you call the function only without a ';' behind it,you will get a piece of error information!
# Now complete all types