ValKmjolnir
|
1097e46a23
|
📝 fix some wanings.
|
2022-07-11 23:53:23 +08:00 |
|
ValKmjolnir
|
00c7c4044a
|
⚡ optimize code & replace all printf with std::cout.
|
2022-07-09 23:36:14 +08:00 |
|
ValKmjolnir
|
bdd0cb2912
|
📝 change some identifiers' name.
|
2022-07-09 16:24:58 +08:00 |
|
ValKmjolnir
|
87d7de5d73
|
📝 change some identifiers' name.
|
2022-07-08 18:16:00 +08:00 |
|
ValKmjolnir
|
4499bf7bac
|
📝 change makefile and update output format of --opcnt and --detail
|
2022-07-06 11:57:40 +08:00 |
|
ValKmjolnir
|
7e25bc15e0
|
⚡ optimize vm
|
2022-07-04 00:16:04 +08:00 |
|
ValKmjolnir
|
ec2866021f
|
✨ add native function runtime.argv() to get command line arguments
|
2022-06-04 20:12:00 +08:00 |
|
ValKmjolnir
|
11b5d6fc56
|
📝 add notes in nasal_codegen.h and nasal_vm.h. add register_info() in debugger.
|
2022-05-21 14:22:54 +08:00 |
|
ValKmjolnir
|
8915a9b96a
|
🚀 add coroutine library(beta) and lib function settimer&maketimestamp
|
2022-05-19 20:09:23 +08:00 |
|
ValKmjolnir
|
4bbeaa10b5
|
visual update
|
2022-03-10 16:05:49 +08:00 |
|
ValKmjolnir
|
c00f1a2103
|
delete lstk&fstk, store local address and function on stack and in vm registers
|
2022-03-08 17:30:40 +08:00 |
|
ValKmjolnir
|
3cd9d02de4
|
update detailed-info
|
2022-03-03 19:00:23 +08:00 |
|
ValKmjolnir
|
6fee4da9a0
|
delete operand op_nop
|
2022-02-16 23:27:22 +08:00 |
|
ValKmjolnir
|
7ced74a0a5
|
add new gc type vm_upval
|
2022-02-13 22:40:54 +08:00 |
|
ValKmjolnir
|
f16259b2da
|
update README & bug fixed
|
2022-02-13 16:10:02 +08:00 |
|
ValKmjolnir
|
0d5b0fa57d
|
now local values are stored on stack. upvalue is generated when creating a new function in local scope.
may include some bugs inside. but all test files has passed the test so i decide to push it.
|
2022-02-12 23:12:30 +08:00 |
|
ValKmjolnir
|
93b2edc08c
|
add new option -op & --optimize to use optimizer | delete bytecode op_pone & op_pzero
|
2022-01-22 13:37:49 +08:00 |
|
ValKmjolnir
|
a51b7fe11a
|
optimize codes
|
2022-01-16 22:48:00 +08:00 |
|
ValKmjolnir
|
2ff88b7073
|
add test file 'turingmachine.nas' & change output format of ast & bug fixed
|
2021-12-28 20:23:47 +08:00 |
|
ValKmjolnir
|
1ae354c0cf
|
lexer,parser,import,codegen use the same error module.
|
2021-12-23 21:15:50 +08:00 |
|
ValKmjolnir
|
bde94f8ec6
|
update error info (except parser)
prepare for nasal_err module
|
2021-12-23 14:09:54 +08:00 |
|
ValKmjolnir
|
57cc368029
|
debug info now shows both source code and bytecode
|
2021-12-21 19:57:23 +08:00 |
|
ValKmjolnir
|
ffb0f07eec
|
add debugger function: break point & next step
|
2021-12-21 15:27:38 +08:00 |
|
ValKmjolnir
|
82181b7af4
|
add debugger framework
with function:backtrace,run,help,show global/local/upvalue,exit
|
2021-12-20 21:33:22 +08:00 |
|