.. |
arena.cpp
|
Make memory allocation safer by avoiding passing raw pointers around
|
2024-11-29 23:04:04 +00:00 |
arena.hpp
|
Get rid of more raw pointer passing
|
2024-11-30 01:39:50 +00:00 |
common.cpp
|
Get rid of more raw pointer passing
|
2024-11-30 01:39:50 +00:00 |
common.hpp
|
Get rid of more raw pointer passing
|
2024-11-30 01:39:50 +00:00 |
compiler.cpp
|
Implement tail calls
|
2024-11-03 18:18:15 +00:00 |
compiler.hpp
|
Implement tail calls
|
2024-11-03 18:18:15 +00:00 |
die.hpp
|
Add dicts and super primitive test suite
|
2024-08-01 18:56:38 +01:00 |
error.cpp
|
Implement reraise correctly: don't destroy the parent frame
|
2024-10-13 20:37:54 +01:00 |
error.hpp
|
Implement reraise correctly: don't destroy the parent frame
|
2024-10-13 20:37:54 +01:00 |
fio.cpp
|
Implement exception guards and serialization/deserialization
|
2024-10-05 20:55:46 +01:00 |
fio.hpp
|
Implement "slurp" function to read files into a string
|
2024-09-29 20:55:45 +01:00 |
lineedit.cpp
|
Add support for executing multiline code blocks via comint mode
|
2024-10-12 18:29:49 +01:00 |
lineedit.hpp
|
Add a simple REPL
|
2024-08-26 13:16:05 +01:00 |
opcode.cpp
|
Replace the selfcall opcode with "self" to get ref to current fun
|
2024-11-03 00:51:48 +00:00 |
opcode.hpp
|
Replace the selfcall opcode with "self" to get ref to current fun
|
2024-11-03 00:51:48 +00:00 |
pod.hpp
|
Implement exception guards and serialization/deserialization
|
2024-10-05 20:55:46 +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 |
serialize.cpp
|
Get rid of more raw pointer passing
|
2024-11-30 01:39:50 +00:00 |
serialize.hpp
|
Implement exception guards and serialization/deserialization
|
2024-10-05 20:55:46 +01:00 |
sourcerange.hpp
|
Beginnings of a reader
|
2024-07-27 16:25:44 +01:00 |
stdlib.cpp
|
Slightly cleaner returns in stdlib
|
2024-10-15 00:42:08 +01:00 |
stdlib.hpp
|
Add "task?" predicate
|
2024-10-15 00:28:42 +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 exception guards and serialization/deserialization
|
2024-10-05 20:55:46 +01:00 |
vm.cpp
|
Implement tail calls for continuation calling
|
2024-11-03 18:52:50 +00:00 |
vm.hpp
|
Implement tail calls
|
2024-11-03 18:18:15 +00:00 |
writer.cpp
|
Get rid of more raw pointer passing
|
2024-11-30 01:39:50 +00:00 |
writer.hpp
|
Implement "task" and "task-result" objects for stdlib IO
|
2024-09-27 02:33:41 +01:00 |