japl/src
nocturn9x 683588f693 Experimental unicode support (yay) + fixed a bug with string indexing at the last element that caused an out of bounds exception 2021-10-10 23:27:48 +02:00
..
meta Moved to custom hashmap 2021-03-18 15:09:36 +01:00
tools Huge refactoring for the type system and object structure, VM needs opcode refactoring 2020-10-25 12:45:03 +01:00
types Experimental unicode support (yay) + fixed a bug with string indexing at the last element that caused an out of bounds exception 2021-10-10 23:27:48 +02:00
util Moved to custom hashmap 2021-03-18 15:09:36 +01:00
compiler.nim Moved to custom hashmap 2021-03-18 15:09:36 +01:00
japl.nim The REPL no longer shows the last pop value if an error occurs 2021-09-30 19:38:35 +02:00
lexer.nim Experimental unicode support (yay) + fixed a bug with string indexing at the last element that caused an out of bounds exception 2021-10-10 23:27:48 +02:00
memory.nim Minor style fixes to jats and fixed debug logs clashing when debug_vm and debug_alloc are both enabled 2021-01-31 10:51:29 +01:00
multibyte.nim Removed unused/dead code + improved test suite code quality 2021-01-05 16:10:28 +01:00
stdlib.nim Moved to custom hashmap 2021-03-18 15:09:36 +01:00
vm.nim The REPL no longer shows the last pop value if an error occurs 2021-09-30 19:38:35 +02:00