From c38edccd20fa86e9b3f297b0d85f809d4e910115 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Sun, 28 Jul 2019 00:06:29 +0800 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 44f7c9a..71b2c72 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,31 @@ There is a Nasal console in FlightGear but sometimes it is not so easy for every 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! + +# Now complete all types + +var: int float double std::string char long long int + +NasalList: array in nasal [] + + append + + setsize + + subvec + + pop + + sort + +NasalHash: Hash in nasal {} + + append + + delete + + contains + + keys + +