From 5c2ab6e91c8eef968e7c99047d7b67109abe5bc7 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Mon, 2 Sep 2019 12:12:57 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d1dec35..c3f0672 100644 --- a/README.md +++ b/README.md @@ -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