diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2022-01-28 13:45:30 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2022-01-28 13:45:30 +0200 |
commit | 53ab9ae05a579a19c626e8be0c1e2cf9244bf863 (patch) | |
tree | e6ec5ce8920124e8f4dd59d2ca20f45f30b4640e /README.org | |
parent | 98849f6afb8e216000f6c642d9c9ffa26a58bd4c (diff) | |
download | foodtools-53ab9ae05a579a19c626e8be0c1e2cf9244bf863.tar.gz foodtools-53ab9ae05a579a19c626e8be0c1e2cf9244bf863.tar.bz2 foodtools-53ab9ae05a579a19c626e8be0c1e2cf9244bf863.zip |
sha1 sum and others
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |