Commit Graph

1607 Commits

Author SHA1 Message Date
ValKmjolnir 1436693cd6 add codegen for ?. 2024-06-05 01:13:39 +08:00
ValKmjolnir 4adf9541b9 add codegen for ?? operator 2024-06-05 00:01:46 +08:00
ValKmjolnir 43c229fc72 add parse process for ?? & ?. 2024-06-04 00:49:01 +08:00
ValKmjolnir 32c0b93e05 📝 rename tokname => token_name_mapper 2024-06-04 00:14:47 +08:00
ValKmjolnir 5e2268e4c5 add token ?? and ?. 2024-06-03 23:29:40 +08:00
ValKmjolnir 5a165d3255 beautiful unicode output info 2024-06-02 23:56:49 +08:00
ValKmjolnir 0f61f8e18e 🐛 fix config error in cmake file 2024-06-02 22:47:53 +08:00
ValKmjolnir 18285c1c5a 🐛 fix link error 2024-06-02 22:39:14 +08:00
ValKmjolnir b020ebf5b5 🐛 fix weird error on mac build 2024-06-02 22:36:41 +08:00
ValKmjolnir 627cb9d773 Merge branch 'master' into develop 2024-06-02 22:33:59 +08:00
ValKmjolnir 886703f3bd 📝 improve output format of gc dump 2024-06-02 22:32:36 +08:00
ValKmjolnir f6d4d79c51 add windows code page manager 2024-06-02 22:08:17 +08:00
ValKmjolnir 4ac4675491 📝 delete nasal_misc.cpp 2024-06-02 19:58:50 +08:00
ValKmjolnir 05605c3570 📝 move functions from nasal_misc => util 2024-06-02 16:53:03 +08:00
ValKmjolnir c840d70a9c 📝 add src/util 2024-06-02 16:35:48 +08:00
ValKmjolnir 764a0c6b4b 📝 move repl.* => repl/* 2024-06-02 16:10:23 +08:00
ValKmjolnir a7dfd34120 📝 rename nasal_builtin.* 2024-06-02 16:06:18 +08:00
ValKmjolnir 2c6a0fd84d using new cli parser 2024-06-02 00:33:21 +08:00
ValKmjolnir 40a53a4224 add cli module and test/wavecity.nas 2024-06-01 18:52:22 +08:00
ValKmjolnir 3b71c5fee4 📝 change output info width from 6 -> 8 2024-06-01 00:41:05 +08:00
ValKmjolnir b02168fc55 📝 delete system call in test files 2024-05-22 23:41:14 +08:00
ValKmjolnir f9f2cf6d47 📝 change eol to lf 2024-05-22 20:29:13 +08:00
ValKmjolnir 6a155f56e5 📝 update doc about enabling 65001 code page 2024-05-22 20:02:37 +08:00
ValKmjolnir 971583b1c7 support utf8 ast dump on windows 2024-05-22 19:23:09 +08:00
ValKmjolnir b6a7b7f46d 📝 rename flstream => filestream 2024-05-22 00:08:36 +08:00
ValKmjolnir 7590a286c3 more beautiful ast dump 2024-05-21 23:51:44 +08:00
ValKmjolnir 77a14699f4 📝 rename lexical tokens 2024-05-21 23:31:21 +08:00
ValKmjolnir 2c851613ce 📝 update docs 2024-05-17 00:10:24 +08:00
ValK b32d4f8f82 Merge pull request #42 from ValKmjolnir/develop
📝 update nightly build ci
2024-05-16 19:39:54 +08:00
ValKmjolnir ad87298737 📝 update ci 2024-05-16 19:35:23 +08:00
ValK 4f0afb31db Merge pull request #41 from ValKmjolnir/develop
📝 adjust CI & improve maintainability
2024-05-16 00:17:18 +08:00
ValKmjolnir ba6f48c991 📝 adjust ci 2024-05-16 00:13:48 +08:00
ValKmjolnir 250667268a 📝 adjust ci 2024-05-16 00:10:10 +08:00
ValKmjolnir 2bb7ebcb58 🐛 fix syntax error in yaml 2024-05-16 00:08:09 +08:00
ValKmjolnir 7ab40e57e3 📝 try new release action 2024-05-16 00:06:45 +08:00
ValKmjolnir 939257d684 📝 try using action created by myself 2024-05-15 23:49:08 +08:00
ValKmjolnir 4550478caf 📝 test new action 2024-05-15 23:26:45 +08:00
ValKmjolnir bdedd0301d 📝 test CI 2024-05-15 23:16:50 +08:00
ValKmjolnir 5a02a5bd99 📝 test new release 2024-05-15 23:14:42 +08:00
ValKmjolnir 1f43eae4fa 🔥 expand stack depth to 65535 2024-05-15 22:59:36 +08:00
ValKmjolnir 290ed122ba 🔥 change action/checkout to v3 2024-05-15 00:33:23 +08:00
ValKmjolnir 00a655a9fc 📝 change opcode dump format 2024-05-15 00:27:31 +08:00
ValKmjolnir 8759d12eda 🐛 delete omp.h header 2024-05-14 00:23:00 +08:00
ValKmjolnir 9b168b5d52 📝 move andy_gc_test to test dir 2024-05-14 00:16:02 +08:00
ValKmjolnir ef09946fd6 str() can be used on complex types 2024-05-13 21:59:05 +08:00
ValKmjolnir 230848a6e1 📝 improve maintainability 2024-05-13 00:06:37 +08:00
ValKmjolnir a11e0726bb 🔥 add check for imported files' quantity 2024-05-12 23:29:48 +08:00
ValKmjolnir 96731d180f append code size from u32 to u64 2024-05-12 22:33:51 +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