From 9f780c10cb5db5e71b3843698c00b9f1e1b6ef5d Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Thu, 25 Jul 2019 02:14:33 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ca85e..4889d7a 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# Nasal-Interpreter \ No newline at end of file +# Nasal-Interpreter + +# Nasal + +Nasal is a script language that used in FlightGear. + +There is a Nasal console in FlightGear but sometimes it is not so easy for every developer to use. + +So this is an interpreter for Nasal written by C++.