summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2022-01-28 13:45:30 +0200
committergramanas <anastasis.gramm2@gmail.com>2022-01-28 13:45:30 +0200
commit53ab9ae05a579a19c626e8be0c1e2cf9244bf863 (patch)
treee6ec5ce8920124e8f4dd59d2ca20f45f30b4640e /README.org
parent98849f6afb8e216000f6c642d9c9ffa26a58bd4c (diff)
downloadfoodtools-53ab9ae05a579a19c626e8be0c1e2cf9244bf863.tar.gz
foodtools-53ab9ae05a579a19c626e8be0c1e2cf9244bf863.tar.bz2
foodtools-53ab9ae05a579a19c626e8be0c1e2cf9244bf863.zip
sha1 sum and others
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