Commit Graph

199 Commits

Author SHA1 Message Date
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
Sidi Liang aca8d7a011
Update contact info in README.md 2023-12-01 14:35:26 +08:00
ValKmjolnir 8582c0f221 📝 update readme 2023-11-17 00:13:17 +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 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 eab84d5c0d optimize gc 2023-07-10 20:34:21 +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 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 c516c0c3bf add new import & use c++17 2023-06-26 23:59:09 +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 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 268a03864e use new way of constructing var objects 2023-01-05 22:42:17 +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
ValKmjolnir 3ef8effe9a 🔥 change `nasal_gc` to `gc` 2022-10-23 01:29:20 +08:00
ValKmjolnir 3fd1b25f79 🔥 change class name.
nasal_lexer -> lexer
nasal_parse -> parse
nasal_codegen -> codegen
nasal_vm -> vm
nasal_gc -> gc
nasal_dbg -> debugger
nasal_import -> linker
nas_ref -> var
2022-10-21 01:29:29 +08:00
ValKmjolnir e25eb76e94 🚀 delete unnecessary codes & add `stl/string.nas` 2022-10-05 16:03:47 +08:00
ValKmjolnir 946aa020a5 🚀 add high resolution progress bar 2022-09-28 23:45:15 +08:00
ValKmjolnir 6ef22d3228 🚀 use `std::ostream` to unify `nas_ref` output 2022-09-23 21:45:08 +08:00
ValKmjolnir 06f02ec0cb 📝 update doc 2022-09-17 18:23:27 +08:00
ValKmjolnir 518ce7fcb9 📝 add interesting gifs into docs 2022-09-13 23:00:48 +08:00
ValKmjolnir 0e682b7c07 📝 update docs 2022-09-13 22:14:17 +08:00
ValKmjolnir 007b83bed5 📝 add test file `ppmgen.nas` 2022-08-17 21:09:22 +08:00
ValKmjolnir feea8f8d66 🐛 fix `builtin_err` in module to `nas_err` 2022-08-04 21:20:27 +08:00
ValKmjolnir c0862704f0 🐛 fix bug that `dylib.dlopen` cannot load dynamic lib in local dir. 2022-07-29 23:30:15 +08:00
ValKmjolnir 854850d9b1 🐛 fix bug of incorrectly searching paths of `lib.nas` and dynamic libs.
`dylib.dlopen` now only needs file name of dynamic lib, not the real path.
2022-07-29 22:49:50 +08:00
ValKmjolnir 33e584ab5c 📝 add doc to help you create `visual studio` project. 2022-07-27 19:31:14 +08:00
ValKmjolnir ac8652f864 📝 update README 2022-07-25 20:09:41 +08:00