summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 7487d4e..0de18e7 100644
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
`codegen.py`, `scenario.txt`, and `bindings.yaml` form a
+
proof-of-concept of what Lars's code genearation approach is supposed
to look like. `scenario.txt` is the scenario text, extracted into a
separate file to avoid having to parse Markdown. `bindings.yaml`
@@ -16,6 +17,8 @@ things much more carefully, e.g., Rust doesn't have keyword arguments,
and needs explicit types to be defined. But that's too much for
showing the core idea.
+Additionally `prelude.py` is copied to the output as-is.
+
To run:
```sh