summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org
index 5e0f020..8d4f973 100644
--- a/README.org
+++ b/README.org
@@ -81,3 +81,13 @@
}
#+end_src
+
+* Food compiler
+
+ recipes are text files defined above
+
+ ingredients and results from steps are variables linking back to the quantity or the step that produced them
+
+ the food compiler parses these files into internal C structures, the errors reported are syntax ones
+
+ then they can be eval'd which merges any subrecipe ingredients and steps into one plain recipe