summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-17 09:44:01 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-17 09:44:01 +0300
commitd8483b355624f894d9b17dd9edfc537e0fcebd8f (patch)
tree0ae7631caaa5e77acfb3fb2052884499ed5c3012
parente74745674eddce97d0175e17f4efa27a67de5366 (diff)
downloadsaga-poc-d8483b355624f894d9b17dd9edfc537e0fcebd8f.tar.gz
Add: mention of prelude.py to README
-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