|
|
4ecfeabded
|
main+playground: Don't print nil values in repl
This makes the output of `print` in the repl nicer :)
|
2022-10-30 22:51:51 +01:00 |
|
|
|
62e859638e
|
Fix web playground includes
|
2022-10-30 21:21:40 +01:00 |
|
|
|
fa4ed7bf83
|
Abstract away stdout
Instead of using stdout directly, we're now using a configurable
apfl_format_writer.
|
2022-10-30 21:21:40 +01:00 |
|
|
|
3aabadbf6d
|
Switch to CMake
|
2022-09-16 23:04:20 +02:00 |
|
|
|
8d947244c9
|
Implement exceptions-like error handling
Most functzions will no longer return an enum apfl_result, but will raise
an error that bubbles up.
|
2022-06-26 16:06:14 +02:00 |
|
|
|
2c04e57a0c
|
Implement a simple web playground REPL with emscripten
|
2022-06-05 22:31:02 +02:00 |
|