Nasal-Interpreter/test
ValKmjolnir 07857d980c 📝 update test/utf8chk.nas 2022-05-07 17:18:29 +08:00
..
ascii-art.nas update main.cpp and bug fix 2022-03-20 18:28:45 +08:00
auto_crash.nas delete lstk&fstk, store local address and function on stack and in vm registers 2022-03-08 17:30:40 +08:00
bf.nas now local values are stored on stack. upvalue is generated when creating a new function in local scope. 2022-02-12 23:12:30 +08:00
bfcolored.nas update test file 2022-02-18 15:36:34 +08:00
bfconvertor.nas update README & bug fixed 2022-02-13 16:10:02 +08:00
bfs.nas update main.cpp and bug fix 2022-03-20 18:28:45 +08:00
bigloop.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
bp.nas avoid unnecessary deep copy by using rvalue ref 2021-06-24 22:10:08 +08:00
calc.nas 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
choice.nas add static symbol check & test file update 2021-03-30 15:55:38 +08:00
class.nas complete simple tutorial 2021-10-14 13:42:07 +08:00
diff.nas 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
exception.nas optimize code structure 2021-10-16 21:08:57 +08:00
fib.nas bug fixed & more efficient callfv 2021-06-03 21:49:31 +08:00
filesystem.nas add unix.isdir and unix.isfile 2021-11-15 22:47:52 +08:00
hexdump.nas change function name and cli format 2021-10-14 23:22:28 +08:00
json.nas fix bug in test/json.nas 2022-03-11 15:26:38 +08:00
leetcode1319.nas avoid unnecessary deep copy by using rvalue ref 2021-06-24 22:10:08 +08:00
lexer.nas add math.pow 2022-03-27 16:14:55 +08:00
life.nas update main.cpp and bug fix 2022-03-20 18:28:45 +08:00
loop.nas optimize test file & little update. 2022-02-06 19:55:45 +08:00
mandel.nas update README & bug fixed 2022-02-13 16:10:02 +08:00
mandelbrot.nas performance optimization of vm/lex/parse/test 2021-06-24 00:26:26 +08:00
md5.nas add native function abort(), assert() 2022-04-06 21:25:20 +08:00
md5compare.nas update test file diff.nas& add math.max math.min 2022-05-01 21:10:23 +08:00
module_test.nas add new third-lib libkey that includes function: kbhit,getch,nonblock 2022-02-19 16:55:54 +08:00
nasal_test.nas fixed bug in nasal_parse 2021-07-21 17:38:11 +08:00
pi.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
prime.nas bad access bug fixed 2021-09-13 19:55:03 +08:00
props.nas change test files 2021-03-03 09:20:42 +08:00
props_sim.nas add unix.fork&unix.pipe(do not work on windows platform) 2022-03-09 19:03:12 +08:00
qrcode.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
quick_sort.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
scalar.nas 🐛 bug fix 2022-05-06 20:58:02 +08:00
snake.nas fix bug: windows ps/cmd output unicode in bytecodes abnormally. 2022-03-23 22:54:07 +08:00
tetris.nas update docs 2022-03-14 20:29:49 +08:00
trait.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
turingmachine.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
utf8chk.nas 📝 update test/utf8chk.nas 2022-05-07 17:18:29 +08:00
wavecollapse.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00
ycombinator.nas change visual settings in -c/-dbg 2022-04-23 01:51:49 +08:00