Commit Graph

82 Commits

Author SHA1 Message Date
ValKmjolnir f89cc08e74 🎨 format 2025-06-02 13:27:04 +08:00
ValKmjolnir 582686c99a 📝 add doc about how to build on windows 2024-12-26 23:19:34 +08:00
ValKmjolnir d4dddccad2 📝 adjust CI 2024-12-11 20:13:49 +08:00
ValKmjolnir 3adfa4c45e Merge branch 'master' into develop 2024-11-09 16:49:26 +08:00
Sidi Liang 2cef57005c [web] Updated README.md 2024-11-09 14:14:45 +08:00
ValKmjolnir 6344aa6a62 📝 update docs 2024-08-26 00:30:27 +08:00
ValKmjolnir a279b2dc2f 📝 update docs 2024-08-18 01:01:39 +08:00
ValKmjolnir 6df4ff6026 🎨 update logo 2024-08-18 00:04:11 +08:00
ValKmjolnir 802a4d83cc 🎨 add new svg logo 2024-08-16 23:02:27 +08:00
ValKmjolnir 9d55211177 📝 rename nasal_builtin.* 2024-06-02 16:06:18 +08:00
ValKmjolnir 775964518e 📝 update doc about enabling 65001 code page 2024-05-22 20:02:37 +08:00
ValKmjolnir a7bd96e1b4 📝 update docs 2024-05-17 00:10:24 +08:00
ValKmjolnir d540c2dcec 📝 change span data from u32 to u64 2024-05-12 19:34:05 +08:00
ValKmjolnir a422efe73a 📝 update README: add download links 2024-05-12 12:11:31 +08:00
ValKmjolnir c3979ed137 📝 adjust size of pic in README 2024-04-11 23:45:48 +08:00
ValKmjolnir 3811162b89 📝 add action badge in README 2024-03-01 23:05:04 +08:00
ValKmjolnir c45a9189db 📝 update README 2023-12-09 00:07:44 +08:00
ValKmjolnir 514a7201cd 📝 update readme 2023-11-17 00:13:17 +08:00
ValKmjolnir 50322f9286 📝 update documents and pics 2023-11-15 00:36:25 +08:00
ValKmjolnir a1d7a181b8 📝 update readme 2023-11-08 22:23:09 +08:00
ValKmjolnir bbf13e6c03 📝 update documents 2023-11-04 00:09:59 +08:00
ValKmjolnir a341781ecb 📝 update documents 2023-11-02 23:01:47 +08:00
ValKmjolnir 2a43eade78 improve import 2023-11-02 00:12:45 +08:00
ValKmjolnir 3362c130d9 improve error info when lack arguments
in function call
2023-10-14 00:39:25 +08:00
ValKmjolnir 8c4e0caa4b 📝 update release notes and tutorials 2023-10-07 22:51:30 +08:00
ValKmjolnir 8dedbc05fa 📝 update README 2023-10-04 11:52:09 +08:00
ValKmjolnir a82a396bb9 🐛 complete function of arg in all scopes 2023-07-09 16:21:09 +08:00
ValKmjolnir 2e80f0a191 add special variable "arg" 2023-07-09 00:59:17 +08:00
ValKmjolnir 79865740ad 📝 add new test file feigenbaum.nas 2023-07-07 19:55:29 +08:00
ValKmjolnir 4e076673b0 update 2023-07-04 00:33:57 +08:00
ValKmjolnir 7bbf5fb145 📝 change license to GPLv2 2023-07-02 21:37:14 +08:00
ValKmjolnir 2b60b9093e 📝 update docks 2023-07-02 20:39:28 +08:00
ValKmjolnir 8feb19bb61 🚀 switch build script to new nasal 2023-07-02 00:32:13 +08:00
ValKmjolnir d73cb914a9 🐛 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 053dbf24b4 add multi-line error report and span 2023-03-08 01:12:01 +08:00
ValKmjolnir 034085e6cb 🚀 add operator ^= &= |=
fix bug of parsing expressions beginning with floater
2023-02-28 00:30:27 +08:00
ValKmjolnir a06b17546e 🚀 add bitwise operators or, xor, and 2023-02-16 00:24:32 +08:00
ValKmjolnir 7e43a5a709 📝 update readme 2023-01-31 19:01:36 +08:00
ValKmjolnir 23f41891cf 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 29ee017af6 use new way of constructing var objects 2023-01-05 22:42:17 +08:00
ValKmjolnir ec517589e2 🎨 add header pic 2022-11-26 23:36:12 +08:00
ValKmjolnir 7c075a6071 move lvalue check from parse to codegen 2022-11-20 17:06:13 +08:00
ValKmjolnir 2772fa748d 🚀 change module loading 2022-11-15 21:23:34 +08:00
ValKmjolnir a0fe9ac669 add new ways of calling dylib function 2022-11-11 00:11:01 +08:00
ValKmjolnir 8583be337e 🚀 change module function parameter format to avoid warnings 2022-10-24 01:12:25 +08:00
ValKmjolnir ce6a9865d7 🔥 change nasal_gc to gc 2022-10-23 01:29:20 +08:00
ValKmjolnir 1a0f81214f 🔥 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 eec7c2caf1 🚀 delete unnecessary codes & add stl/string.nas 2022-10-05 16:03:47 +08:00
ValKmjolnir eb6b9c372e 🚀 add high resolution progress bar 2022-09-28 23:45:15 +08:00
ValKmjolnir ba12bfb6b0 🚀 use std::ostream to unify nas_ref output 2022-09-23 21:45:08 +08:00