valeri/src
2024-09-29 20:55:45 +01:00
..
arena.cpp Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +01:00
arena.hpp Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +01:00
common.cpp Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +01:00
common.hpp Implement "slurp" function to read files into a string 2024-09-29 20:55:45 +01:00
compiler.cpp Implement "when" form 2024-09-28 20:03:38 +01:00
compiler.hpp Implement "when" form 2024-09-28 20:03:38 +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 Implement the first IO function "print" to work via continuations 2024-09-28 04:24:37 +01:00
fio.cpp Implement "slurp" function to read files into a string 2024-09-29 20:55:45 +01:00
fio.hpp Implement "slurp" function to read files into a string 2024-09-29 20:55:45 +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 Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +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 Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +01:00
sourcerange.hpp Beginnings of a reader 2024-07-27 16:25:44 +01:00
stdlib.cpp Implement "slurp" function to read files into a string 2024-09-29 20:55:45 +01:00
stdlib.hpp Implement "slurp" function to read files into a string 2024-09-29 20:55:45 +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 "slurp" function to read files into a string 2024-09-29 20:55:45 +01:00
vm.cpp Implement "slurp" function to read files into a string 2024-09-29 20:55:45 +01:00
vm.hpp Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +01:00
writer.cpp Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +01:00
writer.hpp Implement "task" and "task-result" objects for stdlib IO 2024-09-27 02:33:41 +01:00