wash
c262b53eab
runtime: move variable definition from runtime to individual scopes
2026-06-20 15:09:10 +01:00
wash
fba7987d78
runtime: implement a bshell_command sub-class for calling native commands
2026-06-13 13:47:34 +01:00
wash
73519eb7aa
runtime: move value formatting functionality to a dedicated api
2026-06-13 13:47:06 +01:00
wash
4c04ca6de8
runtime: command: add an arg to begin_processing() to indicate pipeline position
2026-06-13 13:45:41 +01:00
wash
187296ca62
runtime: status: add descriptive messages for status codes
2026-05-31 17:34:12 +01:00
wash
1710f705e9
command: implement callable bytecode functions
2026-05-30 19:52:50 +01:00
wash
96bf76aabc
runtime: fix memory leaks
2026-05-30 19:52:36 +01:00
wash
26b368a512
compile: fix memory leaks
2026-05-30 19:52:24 +01:00
wash
3b39f794f9
verb: fix memory leaks
2026-05-30 19:51:29 +01:00
wash
edfb3e24a3
bshell: re-organise build into three separate components
...
bshell: the front-end binary
bshell.runtime: contains the parser, compiler, and classes needed to run bshell scripts
bshell.core: contains the builtin commandlets and aliases
2026-05-25 10:33:29 +01:00