.. |
arena.cpp
|
Implement access to previously defined functions in REPL
|
2024-09-01 14:31:25 +01:00 |
arena.hpp
|
Implement basic stdlib and a simple "println" function callable from lisp
|
2024-08-25 00:55:11 +01:00 |
common.cpp
|
Implement access to previously defined functions in REPL
|
2024-09-01 14:31:25 +01:00 |
common.hpp
|
Allow creating arrays from code
|
2024-09-01 16:13:28 +01:00 |
compiler.cpp
|
Register function into globals even if it's a closure
|
2024-09-01 18:04:12 +01:00 |
compiler.hpp
|
Simplify compiler a bit by removing unneeded casts
|
2024-08-29 23:14:33 +01:00 |
die.hpp
|
Add dicts and super primitive test suite
|
2024-08-01 18:56:38 +01:00 |
error.cpp
|
Add error location reporting
|
2024-08-10 11:17:20 +01:00 |
error.hpp
|
Add primitive logic operations: "and", "or", "not"
|
2024-08-27 22:31:13 +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
|
Implement access to previously defined functions in REPL
|
2024-09-01 14:31:25 +01:00 |
reader.cpp
|
Implement proper reading of "nil" in REPL
|
2024-08-26 13:45:13 +01:00 |
reader.hpp
|
Implement proper reading of "nil" in REPL
|
2024-08-26 13:45:13 +01:00 |
result.hpp
|
Add error location reporting
|
2024-08-10 11:17:20 +01:00 |
sourcerange.hpp
|
Beginnings of a reader
|
2024-07-27 16:25:44 +01:00 |
stdlib.cpp
|
Allow creating arrays from code
|
2024-09-01 16:13:28 +01:00 |
stdlib.hpp
|
Allow creating arrays from code
|
2024-09-01 16:13:28 +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
|
Allow creating arrays from code
|
2024-09-01 16:13:28 +01:00 |
vm.cpp
|
Implement access to previously defined functions in REPL
|
2024-09-01 14:31:25 +01:00 |
vm.hpp
|
Implement access to previously defined functions in REPL
|
2024-09-01 14:31:25 +01:00 |
writer.cpp
|
Implement basic stdlib and a simple "println" function callable from lisp
|
2024-08-25 00:55:11 +01:00 |
writer.hpp
|
A few simplifications of object conversion
|
2024-08-31 17:30:10 +01:00 |