Basic Instruction Language
Making a S'more
Natural Language Version
Making a s'more requires a fire, a skewer, and some ingredients.
Ingredients: a marshmallow, 2 graham crackers, and 2 chocolate wafers.
Instructions: Arrange both chocolate wafers on one graham cracker to create the bottom layer. Place the marshmallow onto the skewer. Put the skewer near the fire and rotate the skewer slowly until the marshmallow appears golden brown. Then place the skewer on the bottom layer of the s'more and place the remaining graham cracker on top of the marshmallow. Finally, remove the skewer from the marshmallow.
Instruction Language Version
s'more
(
make
(
materials
(
fire
,
skewer
,
ingredients
(
marshmallow
,
graham cracker(
2
)
,
chocolate wafer(
2
)
)
)
instructions
(
bottom layer
(
make
(
ingredients
(
graham cracker
,
chocolate wafer(
2
)
)
place(
all
chocolate wafer
)
on
graham cracker
)
)
bottom layer(
make
)
,
place(
marshmallow
)
on
skewer
,
place(
skewer
)
near
fire
,
rotate(
skewer
)
at
speed(
slow
)
until
marshmallow(
color
)
equals(
golden brown
)
,
place(
skewer
)
on
bottom layer
,
place(
graham cracker
)
on
marshmallow
,
remove(
skewer
)
from
marshmallow
)
)
)
s'more(
make
)
Parts of Speech
-
Verb
-
Noun
-
Number
-
Pronoun
-
Adjective
-
Adverb
-
Preposition
-
Conjunction
-
Interjection
-
context markers: ( )