From d8483b355624f894d9b17dd9edfc537e0fcebd8f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 17 May 2019 09:44:01 +0300 Subject: Add: mention of prelude.py to README --- README | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1