Go to file
Valk Richard Li de92c68a1e
Delete var.h
2019-07-28 00:01:43 +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
nasal.h Add files via upload 2019-07-28 00:01:28 +08:00
nasal_hash.cpp add class var&add function pop|subvec|setsize 2019-07-27 14:39:56 +08:00
nasal_hash.h add class var&add function pop|subvec|setsize 2019-07-27 14:39:56 +08:00
nasal_list.cpp Add files via upload 2019-07-28 00:01:28 +08:00
nasal_list.h Add files via upload 2019-07-28 00:01:28 +08:00
nasal_print.h almost complete all var types 2019-07-26 15:28:13 +08:00
process_stack.h Add files via upload 2019-07-28 00:01:28 +08:00
var_lab.cpp Add files via upload 2019-07-28 00:01:28 +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!