quickjs/gen
Charlie Gordon f62b90daa2
Improve REPL directive support (#348)
* Improve REPL directive support

- use . on column 0 as directive prefix
- use `directives` object properties for genericity
- accept non ambiguous directive abbreviations
- reject invalid directive with extra characters
- simplify `handle_directive` and `handle_cmd`
- document ".help" instead of "\h"
- document ".load"
2024-04-08 15:34:30 +02:00
..
function_source.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00
hello.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00
hello_module.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00
repl.c Improve REPL directive support (#348) 2024-04-08 15:34:30 +02:00
test_fib.c Add cross-platform Atomics support 2024-04-02 21:50:42 +02:00