apfl/webpage/playground
Laria Carolin Chabowski 5b4ac67de9 Make APFL_ERR_INPUT_ERROR non fatal
For two reasons:

- We'll later want apfl code to load other apfl code. If an IO error
  happens in that case, we don't want that to be a fatal error, only a
  regular error that can be catched in apfl (once we have something like
  `try`).
- I want to get rid of fatal errors as a generic category completely.
  Instead the error reporting functions themselves should tell you the type
  of error directly, if it was something fatal.
2022-12-08 22:10:18 +01:00
..
.gitignore Implement a simple web playground REPL with emscripten 2022-06-05 22:31:02 +02:00
index.html Implement a simple web playground REPL with emscripten 2022-06-05 22:31:02 +02:00
playground.c Make APFL_ERR_INPUT_ERROR non fatal 2022-12-08 22:10:18 +01:00