Update README.md

This commit is contained in:
Valk Richard Li 2019-07-25 02:14:33 +08:00 committed by GitHub
parent 0f8d1fc0f4
commit 9f780c10cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1 +1,9 @@
# Nasal-Interpreter
# 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++.