Commit 881dc23
committed
Script worker
Add a new worker called "script", which compiles previously introduced
parser using LLVM into bytecode for execution. It also provides a set of
functionality available at runtime for such scripts.
Note that it's a breaking change in terms of the interface. If before
the workload configuration was passed as a first positional argument,
now it has to be passed via `-c workload.toml`, to distinguish from
passing a script via `-f script.ber`.1 parent 3464e60 commit 881dc23
8 files changed
Lines changed: 921 additions & 53 deletions
File tree
- src
- worker
- workloads
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments