Commit Graph

1091 Commits

Author SHA1 Message Date
ValKmjolnir 387d44f9cb 📝 update test files 2022-05-17 18:22:24 +08:00
ValKmjolnir 9364789896 🐛 now builtin_md5 uses unsigned char instead of char 2022-05-15 20:35:20 +08:00
ValKmjolnir 7263b1552f fix some warnings 2022-05-09 18:42:40 +08:00
ValKmjolnir e1c09fb4a2 💬 change code related to macros 'PRTHEX' 2022-05-08 19:43:27 +08:00
ValKmjolnir 10e0bb0e8b 📝 update test/utf8chk.nas 2022-05-07 17:18:29 +08:00
ValKmjolnir a4bbb100b6 add utf-8 identifier check in nasal_lexer & fix printf format at windows platform & add test file utf8chk.nas 2022-05-07 16:50:13 +08:00
ValKmjolnir 7f51676833 🎨 improve rawstr() and builtin_getcwd(..), change format output in nasal_vm::valinfo() 2022-05-07 02:22:49 +08:00
ValKmjolnir 3e418dbcff 🐛 bug fix 2022-05-06 20:58:02 +08:00
ValKmjolnir 7fd3c4213f bytecode info print and debugger will show the front 16 characters of strings whose length is greater than 16 2022-05-02 16:56:03 +08:00
ValKmjolnir e1f1fc64c4 update test file diff.nas& add math.max math.min 2022-05-01 21:10:23 +08:00
ValKmjolnir 3854e582a2 add test file diff.nas 2022-04-30 20:00:15 +08:00
ValKmjolnir b6ac16618e update README.md 2022-04-27 12:49:29 +08:00
ValKmjolnir 1d4494163c change makefile 2022-04-26 22:53:35 +08:00
ValKmjolnir ce48ec1b8d change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
ValKmjolnir 949a248120 use effective way to check if file exists 2022-04-21 20:51:47 +08:00
ValKmjolnir 0d49a3c3f9 add lib load code to automatically load lib.nas 2022-04-21 19:45:16 +08:00
ValKmjolnir cd2736b924 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 2022-04-17 17:20:18 +08:00
ValKmjolnir 85490a3136 fix bug in codegen: foreach/forindex(id;vec/hash) may cause segmentation fault because of incorrect generated operand 2022-04-16 19:45:55 +08:00
ValKmjolnir f4bac99a3a optimize codes 2022-04-13 19:08:06 +08:00
ValKmjolnir 92989ed9f6 optimize codes 2022-04-12 18:26:54 +08:00
ValKmjolnir 5cfe40e604 update test/wavecollapse.nas 2022-04-10 16:47:27 +08:00
ValKmjolnir ced02c9ac6 add test file wavecollapse.nas 2022-04-10 15:34:20 +08:00
ValKmjolnir 68c1b43179 change STACK_MAX_DEPTH to nasal_gc::stack_depth 2022-04-09 23:14:28 +08:00
ValKmjolnir c9fdf677b9 change test/md5compare.nas 2022-04-06 22:56:21 +08:00
ValKmjolnir ad60aecdee change module/libmd5 to native function builtin_md5() in nasal_builtin.h 2022-04-06 22:30:49 +08:00
ValKmjolnir 0b4db9467e add native function abort(), assert() 2022-04-06 21:25:20 +08:00
ValKmjolnir 28ca3baf87 add native function isa(object,class) 2022-04-05 22:33:55 +08:00
ValKmjolnir 8b7e0e5181 add native function: srand, values, find. 2022-04-05 22:15:05 +08:00
ValKmjolnir 60a74a13c8 bug fixed & add systime, finished vecindex 2022-04-04 19:08:48 +08:00
ValKmjolnir b92930cb71 bug fix & optimize test code & add lib function: subvec, floor, abs, isfunc, isghost, isint, isnum, isscalar, isstr, isvec, vecindex(unfinished) 2022-04-04 18:38:25 +08:00
ValKmjolnir 5f4b2d80dc optimize libmd5.nas & test/md5.nas 2022-04-03 18:10:00 +08:00
ValKmjolnir a9c66685e4 change module/makefile and test/md5compare.nas 2022-04-01 22:52:04 +08:00
ValKmjolnir 1adeb2ed77 update test/md5compare.nas & optimize test/md5.nas 2022-03-31 19:31:00 +08:00
ValKmjolnir 141cdd79db update test/md5compare.nas
and CAUTION: now the cpp&nas md5 program may not calculate strings including unicode
2022-03-30 21:42:30 +08:00
ValKmjolnir 2cbd6a8e05 update md5compare.nas 2022-03-29 22:54:17 +08:00
ValKmjolnir c5362acaeb fix bug in test/md5.nas & add test file md5compare.nas 2022-03-29 22:36:28 +08:00
ValKmjolnir 46f2392993 update test/md5.nas(still has bug) & add libmd5 in module(written in C++) 2022-03-28 17:14:11 +08:00
ValKmjolnir 51e9b0b5ab add math.pow 2022-03-27 16:14:55 +08:00
ValKmjolnir d89c0fe096 fix bytecode output format bug 2022-03-27 13:10:35 +08:00
ValKmjolnir b304fb5b7c update README.md 2022-03-27 01:36:38 +08:00
ValKmjolnir c6efb9f190 change opcode print format 2022-03-27 01:20:17 +08:00
ValKmjolnir b3a8b421f8 fix bug: windows ps/cmd output unicode in bytecodes abnormally.
so we use the hex format to print them.
2022-03-23 22:54:07 +08:00
ValKmjolnir c2be0b9836 add test/snake.nas 2022-03-20 22:08:11 +08:00
ValKmjolnir d5d426d6eb update main.cpp and bug fix 2022-03-20 18:28:45 +08:00
ValKmjolnir 1d5e2f5654 add unix.waitpid 2022-03-16 18:44:38 +08:00
ValKmjolnir b61e7dfcb3 update docs & fix bug in nasal_builtin.h 2022-03-16 15:30:34 +08:00
ValKmjolnir 7ef9dd9371 change enum obj_type to nasal_obj::obj_type 2022-03-15 22:51:14 +08:00
ValKmjolnir 9740ae90a5 update docs 2022-03-14 20:29:49 +08:00
ValKmjolnir 19db83a7f0 add destructors for obj_file, obj_dylib, obj_dir & bug fix 2022-03-13 00:11:50 +08:00
ValKmjolnir 34a59db9c4 add destructor for obj_file & change arguments in test/tetris.nas 2022-03-12 23:37:16 +08:00