This website requires JavaScript.
d1a7d32e7b
📝 fix some wanings.
ValKmjolnir
2022-07-11 23:53:23 +0800
8cc69c709f
📝 fix some warnings.
ValKmjolnir
2022-07-10 23:55:51 +0800
bcdc55a652
⚡ optimize code & replace all `printf` with `std::cout`.
ValKmjolnir
2022-07-09 23:36:14 +0800
2ed20f6362
📝 change some identifiers' name.
ValKmjolnir
2022-07-09 16:24:58 +0800
9890b46f02
⚡ optimize code.
ValKmjolnir
2022-07-08 23:00:36 +0800
11e9567b55
📝 change some identifiers' name.
ValKmjolnir
2022-07-08 18:16:00 +0800
5d4cff0aa8
🚀 shrink code size & now import module can search lib file from local dir and dirs in PATH
ValKmjolnir
2022-07-08 00:42:56 +0800
c1d13ecd85
🐛 fix a bug that split doesn't work if delimeter's length is greater than 1.
ValKmjolnir
2022-07-07 19:32:06 +0800
824a31ef55
⚡ optimize builtin_split.
ValKmjolnir
2022-07-07 18:07:24 +0800
fb25a4973c
⚡ optimize codes. details:
ValKmjolnir
2022-07-07 17:51:30 +0800
75c46fa727
🚀 change usleep in builtin_sleep to cross platform c++11::std::this_thread::sleep_for.
ValKmjolnir
2022-07-07 14:35:10 +0800
bd5044add2
🚀 add a new way to import other files:
ValKmjolnir
2022-07-06 22:21:01 +0800
b638708722
📝 change identifiers' name and test/coroutine.nas, test/filesystem.nas
ValKmjolnir
2022-07-06 16:04:21 +0800
a04ed2a4aa
📝 change makefile and update output format of --opcnt and --detail
ValKmjolnir
2022-07-06 11:57:40 +0800
82b33ffe4a
📝 change name of some identifiers. shrink size of main stack.
ValKmjolnir
2022-07-05 18:13:54 +0800
2bc15697df
⚡ optimize codes and delete unused variables
ValKmjolnir
2022-07-05 00:49:38 +0800
92d68b357c
⚡ optimize vm
ValKmjolnir
2022-07-04 00:16:04 +0800
452bb4a5d8
📝 change some identifiers' name.
ValKmjolnir
2022-07-03 22:46:28 +0800
e8bd4664b3
⚡ optimize codes
ValKmjolnir
2022-07-02 18:08:41 +0800
5bc1925082
📝 update test files
ValKmjolnir
2022-07-02 15:48:02 +0800
8b8fb79013
📝 unify code style of ./stl ./test
ValKmjolnir
2022-07-02 13:53:50 +0800
c993c77b78
✨ change format of error info
ValKmjolnir
2022-06-30 23:15:10 +0800
a4a7f5075a
🚀 update test/httptest.nas and doc/.html
ValKmjolnir
2022-06-24 15:47:53 +0800
4c0ef0fb99
📝 update test/httptest.nas
ValKmjolnir
2022-06-23 22:16:24 +0800
9114ecd820
📝 finish translation of README.md
ValKmjolnir
2022-06-18 18:48:00 +0800
abbdb22478
📝 update README.md and README_zh.md
ValKmjolnir
2022-06-18 16:35:21 +0800
4f62d2c7ea
📝 update doc/README_zh.md
ValKmjolnir
2022-06-18 01:31:51 +0800
bb84c6d143
📝 add README_zh.md(haven't finished translation).
ValKmjolnir
2022-06-18 00:30:43 +0800
e27f773749
📝 update docs
ValKmjolnir
2022-06-17 22:18:34 +0800
478d1aadf9
📝 update test/hexdump.nas test/md5compare.nas
ValKmjolnir
2022-06-16 18:21:11 +0800
393b37d109
📝 update stl/process_bar.nas
ValKmjolnir
2022-06-16 01:03:51 +0800
c2a23ecba6
📝 update stl/process_bar.nas and test/md5compare.nas
ValKmjolnir
2022-06-15 20:21:03 +0800
ef3afa14b9
🚀 add stl/log.nas and stl/process_bar.nas
ValKmjolnir
2022-06-15 00:36:49 +0800
6b20e0f167
🚀 add os.time() to get the local time string
ValKmjolnir
2022-06-12 19:08:31 +0800
dea9c4ad3b
📝 optimize stl/fg_env.nas
ValKmjolnir
2022-06-12 16:55:59 +0800
f59c3c7787
📝 update stl/fg_env.nas
ValKmjolnir
2022-06-11 20:53:13 +0800
0515e388da
🐛 fix bug of forindex/foreach, which will cause SIGSEGV.
ValKmjolnir
2022-06-11 13:55:10 +0800
21b345af27
📝 update test/httptest.nas
ValKmjolnir
2022-06-11 12:49:26 +0800
04806fc2c5
📝 update test/httptest.nas
ValKmjolnir
2022-06-08 20:01:22 +0800
12d7dde42d
🚀 finish socket library:
ValKmjolnir
2022-06-08 19:06:16 +0800
53b85cd459
🚀 add module/libsock.nas, preparing to add socket lib into this language.
ValKmjolnir
2022-06-06 16:34:21 +0800
a2e2d5d8f6
✨ add native function runtime.argv() to get command line arguments
ValKmjolnir
2022-06-04 20:12:00 +0800
cb0fee04a9
🚀 add native function println & add test/occupation.nas
ValKmjolnir
2022-06-04 19:22:28 +0800
4e6cd82ccb
🐛 fix unix.isdir & unix.isfile
ValKmjolnir
2022-06-03 21:53:14 +0800
c3a8e118f5
⚡ add u32 and() xor() or() nand() not()
ValKmjolnir
2022-06-03 21:34:02 +0800
7ec8418740
🚀 use ftime to calculate run time
ValKmjolnir
2022-06-02 22:51:43 +0800
04ab09586b
🚀 add stl/fg_env.nas & delete test/props props_sim maketimer_sim.nas
ValKmjolnir
2022-05-31 20:36:39 +0800
ab37495960
🐛 visual changement & bug fix in test/json.nas & optimize test/bp.nas
ValKmjolnir
2022-05-30 21:27:24 +0800
882ecac100
📝 update README.md
ValKmjolnir
2022-05-25 14:05:58 +0800
36a7868b0b
📝 add maketimer_multi_coroutine_test(vm_num) in test/maketimer_sim.nas
ValKmjolnir
2022-05-23 22:12:58 +0800
190014a3e5
🐛 fix bug that gc cannot mark values in coroutine & add maketimer_sim.nas
ValKmjolnir
2022-05-23 20:23:20 +0800
ebfacd9197
⚡ optimize codes
ValKmjolnir
2022-05-22 18:19:13 +0800
99dca532f6
📝 add notes in nasal_codegen.h and nasal_vm.h. add register_info() in debugger.
ValKmjolnir
2022-05-21 14:22:54 +0800
dcad554eba
🎨 fix a bug in module/keyboard.cpp that if program exited with an error, the terminal may not echo the text you input
ValKmjolnir
2022-05-20 21:42:28 +0800
07eeaadf96
⚡ optimize codes: store upvalue on stack & debugger now can output information of registers
ValKmjolnir
2022-05-20 21:19:43 +0800
120ceb429a
🚀 add coroutine library(beta) and lib function settimer&maketimestamp
ValKmjolnir
2022-05-19 20:09:23 +0800
d567f5abf8
📝 update test/module_test.nas
v9.0
ValKmjolnir
2022-05-17 21:48:08 +0800
f8692f1e4e
📝 update test files
ValKmjolnir
2022-05-17 18:22:24 +0800
712a047a43
🐛 now builtin_md5 uses unsigned char instead of char
ValKmjolnir
2022-05-15 20:35:20 +0800
396d55a207
✅ fix some warnings
ValKmjolnir
2022-05-09 18:42:40 +0800
c5171c735a
💬 change code related to macros 'PRTHEX'
ValKmjolnir
2022-05-08 19:43:27 +0800
07857d980c
📝 update test/utf8chk.nas
ValKmjolnir
2022-05-07 17:18:29 +0800
51a1279110
✨ add utf-8 identifier check in nasal_lexer & fix printf format at windows platform & add test file utf8chk.nas
ValKmjolnir
2022-05-07 16:50:13 +0800
de262980cc
🎨 improve rawstr() and builtin_getcwd(..), change format output in nasal_vm::valinfo()
ValKmjolnir
2022-05-07 02:22:49 +0800
23a5c1b1ad
🐛 bug fix
ValKmjolnir
2022-05-06 20:58:02 +0800
fd8a148d0c
bytecode info print and debugger will show the front 16 characters of strings whose length is greater than 16
ValKmjolnir
2022-05-02 16:56:03 +0800
9c7f5f1a6e
update test file diff.nas& add math.max math.min
ValKmjolnir
2022-05-01 21:10:23 +0800
f049e1f9fb
add test file diff.nas
ValKmjolnir
2022-04-30 20:00:15 +0800
c4b7712e53
update README.md
ValKmjolnir
2022-04-27 12:49:29 +0800
7417d5e635
change makefile
ValKmjolnir
2022-04-26 22:53:35 +0800
785572634b
change visual settings in -c/-dbg
ValKmjolnir
2022-04-23 01:51:49 +0800
2dc8459cbf
use effective way to check if file exists
ValKmjolnir
2022-04-21 20:51:47 +0800
6e035d1951
add lib load code to automatically load lib.nas
ValKmjolnir
2022-04-21 19:45:16 +0800
4f5fd3de33
op_addeq~op_lnkeq and op_addeqc~op_lnkeqc and op_meq operands now can do pop, this will decrease the frequency of calling op_pop
ValKmjolnir
2022-04-17 17:20:18 +0800
fc25dd69e1
fix bug in codegen: foreach/forindex(id;vec/hash) may cause segmentation fault because of incorrect generated operand
ValKmjolnir
2022-04-16 19:45:55 +0800
ca073499ae
optimize codes
ValKmjolnir
2022-04-13 19:08:06 +0800
022460755f
optimize codes
ValKmjolnir
2022-04-12 18:26:54 +0800
b6f174e869
update test/wavecollapse.nas
ValKmjolnir
2022-04-10 16:47:27 +0800
7b160c4589
add test file wavecollapse.nas
ValKmjolnir
2022-04-10 15:34:20 +0800
4503239731
change STACK_MAX_DEPTH to nasal_gc::stack_depth
ValKmjolnir
2022-04-09 23:14:28 +0800
c12e812651
change test/md5compare.nas
ValKmjolnir
2022-04-06 22:56:21 +0800
87cff700e8
change module/libmd5 to native function builtin_md5() in nasal_builtin.h
ValKmjolnir
2022-04-06 22:30:49 +0800
bf5737ecfd
add native function abort(), assert()
ValKmjolnir
2022-04-06 21:25:20 +0800
651ae4ef77
add native function isa(object,class)
ValKmjolnir
2022-04-05 22:33:55 +0800
e846e51175
add native function: srand, values, find.
ValKmjolnir
2022-04-05 22:15:05 +0800
399b2f0ce9
bug fixed & add systime, finished vecindex
ValKmjolnir
2022-04-04 19:08:48 +0800
aed5e27409
bug fix & optimize test code & add lib function: subvec, floor, abs, isfunc, isghost, isint, isnum, isscalar, isstr, isvec, vecindex(unfinished)
ValKmjolnir
2022-04-04 18:38:25 +0800
a2b51fe212
optimize libmd5.nas & test/md5.nas
ValKmjolnir
2022-04-03 18:10:00 +0800
92b684624d
change module/makefile and test/md5compare.nas
ValKmjolnir
2022-04-01 22:52:04 +0800
83a8632e8e
update test/md5compare.nas & optimize test/md5.nas
ValKmjolnir
2022-03-31 19:31:00 +0800
41b5304712
update test/md5compare.nas
ValKmjolnir
2022-03-30 21:42:30 +0800
c5a12ade5c
update md5compare.nas
ValKmjolnir
2022-03-29 22:54:17 +0800
7a939b417d
fix bug in test/md5.nas & add test file md5compare.nas
ValKmjolnir
2022-03-29 22:36:28 +0800
dd7740f1fd
update test/md5.nas(still has bug) & add libmd5 in module(written in C++)
ValKmjolnir
2022-03-28 17:14:11 +0800
617ad03d33
add math.pow
ValKmjolnir
2022-03-27 16:14:55 +0800
b66ebbef4b
fix bytecode output format bug
ValKmjolnir
2022-03-27 13:10:35 +0800
7f22b25909
update README.md
ValKmjolnir
2022-03-27 01:36:38 +0800
86f6296268
change opcode print format
ValKmjolnir
2022-03-27 01:20:17 +0800
cf722fd98c
fix bug: windows ps/cmd output unicode in bytecodes abnormally.
ValKmjolnir
2022-03-23 22:54:07 +0800
1dd3fd445c
add test/snake.nas
ValKmjolnir
2022-03-20 22:08:11 +0800