valeri/src
2024-09-24 19:18:01 +01:00
..
arena.cpp Rename props->value in continuation object 2024-09-24 19:18:01 +01:00
arena.hpp Add continuation type 2024-09-23 21:23:25 +01:00
common.cpp Rename props->value in continuation object 2024-09-24 19:18:01 +01:00
common.hpp Rename props->value in continuation object 2024-09-24 19:18:01 +01:00
compiler.cpp Add continuation type 2024-09-23 21:23:25 +01:00
compiler.hpp Add location-aware error reporting function to the compiler 2024-09-10 01:42:47 +01:00
die.hpp Add dicts and super primitive test suite 2024-08-01 18:56:38 +01:00
error.cpp Report syntax errors when reading in the REPL 2024-09-08 02:31:54 +01:00
error.hpp Add a function for raising errors (first attempt) 2024-09-24 18:47:11 +01:00
fio.cpp Clean up the code around isatty() a bit 2024-08-18 20:14:35 +01:00
fio.hpp Clean up the code around isatty() a bit 2024-08-18 20:14:35 +01:00
lineedit.cpp Add a simple REPL 2024-08-26 13:16:05 +01:00
lineedit.hpp Add a simple REPL 2024-08-26 13:16:05 +01:00
opcode.cpp Implement access to previously defined functions in REPL 2024-09-01 14:31:25 +01:00
opcode.hpp Implement access to previously defined functions in REPL 2024-09-01 14:31:25 +01:00
pod.hpp Rename props->value in continuation object 2024-09-24 19:18:01 +01:00
reader.cpp Implement "set" function in the stdlib 2024-09-18 19:53:12 +01:00
reader.hpp Report syntax errors when reading in the REPL 2024-09-08 02:31:54 +01:00
result.hpp Report syntax errors when reading in the REPL 2024-09-08 02:31:54 +01:00
sourcerange.hpp Beginnings of a reader 2024-07-27 16:25:44 +01:00
stdlib.cpp Add a function for raising errors (first attempt) 2024-09-24 18:47:11 +01:00
stdlib.hpp Add a function for raising errors (first attempt) 2024-09-24 18:47:11 +01:00
utf8.cpp Add utf-8 conversion from string to byte array 2024-07-28 16:40:52 +01:00
utf8.hpp Add utf-8 conversion from string to byte array 2024-07-28 16:40:52 +01:00
valeri.cpp Implement printing backtraces on VM execution errors 2024-09-15 03:32:52 +01:00
vm.cpp Implement "set" function in the stdlib 2024-09-18 19:53:12 +01:00
vm.hpp Implement printing backtraces on VM execution errors 2024-09-15 03:32:52 +01:00
writer.cpp Add continuation type 2024-09-23 21:23:25 +01:00
writer.hpp Add continuation type 2024-09-23 21:23:25 +01:00