diff options
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 |