summaryrefslogtreecommitdiff
path: root/cook/parse.sld
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-08-12 10:53:53 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-08-12 10:53:53 +0200
commit9edce9caa52adb556b7fc2482f005744212e2fc6 (patch)
tree67a6fe87cf3fc337efdd292f081fa5055136e0f5 /cook/parse.sld
parent759a77f91f9d0e908e10b513d5cda8a2f78ee776 (diff)
Full recipe parsing to a structure
Diffstat (limited to 'cook/parse.sld')
-rw-r--r--cook/parse.sld3
1 files changed, 3 insertions, 0 deletions
diff --git a/cook/parse.sld b/cook/parse.sld
index ab7730d..4fb4c3f 100644
--- a/cook/parse.sld
+++ b/cook/parse.sld
@@ -24,5 +24,8 @@
comment-text
step?
step-elements
+ recipe?
+ recipe-metadata
+ recipe-body
parse-cook)
(include "parse.scm"))