Go to file
Valk Richard Li c582269683
almost complete all var types
2019-07-26 15:28:13 +08:00
.gitignore Initial commit 2019-07-25 02:11:59 +08:00
NASAL语言教程-完整版.pdf Add files via upload 2019-07-25 02:18:20 +08:00
README.md Update README.md 2019-07-25 02:17:35 +08:00
lab.cpp almost complete all var types 2019-07-26 15:28:13 +08:00
nasal_hash.cpp almost complete all var types 2019-07-26 15:28:13 +08:00
nasal_hash.h almost complete all var types 2019-07-26 15:28:13 +08:00
nasal_list.cpp almost complete all var types 2019-07-26 15:28:13 +08:00
nasal_list.h almost complete all var types 2019-07-26 15:28:13 +08:00
nasal_print.h almost complete all var types 2019-07-26 15:28:13 +08:00
var.h almost complete all var types 2019-07-26 15:28:13 +08:00

README.md

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

The interpreter is still in development.Anyone who interested in this could also join us!