Commit Graph

92 Commits

Author SHA1 Message Date
ValKmjolnir b09e2a7875 📝 update tutorial about new operators 2024-06-06 23:45:27 +08:00
ValKmjolnir a7dfd34120 📝 rename nasal_builtin.* 2024-06-02 16:06:18 +08:00
ValKmjolnir 6a155f56e5 📝 update doc about enabling 65001 code page 2024-05-22 20:02:37 +08:00
ValKmjolnir 2c851613ce 📝 update docs 2024-05-17 00:10:24 +08:00
ValKmjolnir 8e38764df0 📝 change span data from u32 to u64 2024-05-12 19:34:05 +08:00
ValKmjolnir eed59cfe07 📝 update README: add download links 2024-05-12 12:11:31 +08:00
ValKmjolnir 1c011f0aad 📝 adjust size of pic in README 2024-04-11 23:45:48 +08:00
ValKmjolnir 4da8bbbd40 📝 add action badge in README 2024-03-01 23:05:04 +08:00
ValKmjolnir 43ff63dc83 📝 update README 2023-12-09 00:07:44 +08:00
ValKmjolnir 2c03d59b6f 🐛 fix error loading bug in MSVC version 2023-12-02 21:48:20 +08:00
ValKmjolnir 4f44559a9d add cpp module json 2023-11-28 00:18:13 +08:00
ValKmjolnir 8c3c8d3d62 add ghost type timestamp 2023-11-27 20:25:02 +08:00
ValKmjolnir 5a0d8dec20 add to_num & to_char in std.string 2023-11-18 00:12:05 +08:00
ValKmjolnir 8582c0f221 📝 update readme 2023-11-17 00:13:17 +08:00
ValKmjolnir 28a42346b7 📝 update scripts 2023-11-16 23:19:03 +08:00
ValKmjolnir a03739ebb2 📝 update documents and pics 2023-11-15 00:36:25 +08:00
ValKmjolnir 7d35e5bbed 📝 update readme 2023-11-08 22:23:09 +08:00
ValKmjolnir c946e9debd 📝 update documents 2023-11-04 00:09:59 +08:00
ValKmjolnir 2f58a7c223 📝 update documents 2023-11-02 23:01:47 +08:00
ValKmjolnir 5174551aa1 improve import 2023-11-02 00:12:45 +08:00
ValKmjolnir 4c8e1dfe91 add new test file burningship.nas 2023-10-29 00:01:14 +08:00
ValKmjolnir ecfb679218 improve error info when lack arguments
in function call
2023-10-14 00:39:25 +08:00
ValKmjolnir 0b179bf5ff 📝 update release notes and tutorials 2023-10-07 22:51:30 +08:00
ValKmjolnir 63b0112b9d 📝 update README 2023-10-04 11:52:09 +08:00
ValKmjolnir 788e0026c2 optimize location info gen in codegen
and refactor lib.nas, add multiple native modules
2023-07-23 23:57:25 +08:00
ValKmjolnir 7e72661332 🐛 complete function of arg in all scopes 2023-07-09 16:21:09 +08:00
ValKmjolnir 3509655424 add special variable "arg" 2023-07-09 00:59:17 +08:00
ValKmjolnir fd614a132c 📝 add new test file feigenbaum.nas 2023-07-07 19:55:29 +08:00
ValKmjolnir 5c714d26aa update 2023-07-04 00:33:57 +08:00
ValKmjolnir 45f87925ae 📝 change license to GPLv2 2023-07-02 21:37:14 +08:00
ValKmjolnir da43ec5193 📝 update docks 2023-07-02 20:39:28 +08:00
ValKmjolnir a7a2f47d1e 🚀 switch build script to new nasal 2023-07-02 00:32:13 +08:00
ValKmjolnir afc8c54487 gc::extend uses std::nothrow 2023-05-18 18:45:56 +08:00
ValKmjolnir 63ec070d15 📝 update doc for vs build 2023-05-11 20:12:59 +08:00
ValKmjolnir c858afbb76 🐛 fix compilation error
in windows mingw-w64 win32 thread model,
but we do not suggest you to use this,
please use posix thread model
2023-04-23 00:02:39 +08:00
ValKmjolnir 1678567c5d add multi-line error report and span 2023-03-08 01:12:01 +08:00
ValKmjolnir e11793d340 🚀 add operator `^=` `&=` `|=`
fix bug of parsing expressions beginning with floater
2023-02-28 00:30:27 +08:00
ValKmjolnir c8eb1f1d16 🚀 add bitwise operators or, xor, and 2023-02-16 00:24:32 +08:00
ValKmjolnir 368b057a91 🚀 add binary negation 2023-02-12 15:22:05 +08:00
ValKmjolnir fdd7794a83 📝 update readme 2023-01-31 19:01:36 +08:00
ValKmjolnir aef7936292 optimize test files
httptest.nas: when clicking mandel.nas link, this may cause memory overflow in new gc
2023-01-23 23:14:34 +08:00
ValKmjolnir d03273b4e1 add keyword support 'true' and 'false'
true is now number 1.0

false is number 0.0
2023-01-16 17:44:56 +08:00
ValKmjolnir 268a03864e use new way of constructing var objects 2023-01-05 22:42:17 +08:00
ValKmjolnir 48611c50f7 🚀 coroutine.resume can pass arguments 2023-01-02 18:53:58 +08:00
ValKmjolnir be318abb2e change enum tok to enum class tok 2022-11-27 23:47:58 +08:00
ValKmjolnir 7e91c273f3 🎨 add header pic 2022-11-26 23:36:12 +08:00
ValKmjolnir 54969681fc move lvalue check from parse to codegen 2022-11-20 17:06:13 +08:00
ValKmjolnir 309a57070c 🚀 change module loading 2022-11-15 21:23:34 +08:00
ValKmjolnir 97b3cefe75 add new ways of calling dylib function 2022-11-11 00:11:01 +08:00
ValKmjolnir c705b75513 🚀 change module function parameter format to avoid warnings 2022-10-24 01:12:25 +08:00