
APT.Arithmetic.arithmetic.elaborations.monitor.soar Maven / Gradle / Ivy
#sp {arithmetic*monitor*state*1column
# (state ^name arithmetic
# ^arithmetic-problem )
# ( ^one-column
# ^operation-symbol )
# ( ^digit1
# ^digit2
# ^next-column nil)
#-->
# (write (crlf) | | )
# (write (crlf) )
# (write (crlf) |--|)
#}
#
#
#sp {arithmetic*monitor*state*2column
# (state ^name arithmetic
# ^arithmetic-problem )
# ( ^one-column
# ^operation-symbol )
# ( ^digit1
# ^digit2
# ^next-column )
# ( ^digit1
# ^digit2
# ^next-column nil)
#-->
# (write (crlf) | | )
# (write (crlf) )
# (write (crlf) |---|)
#}
#
sp {arithmetic*monitor*state*3column
(state ^name arithmetic
^arithmetic-problem )
( ^one-column
^operation-symbol )
( ^digit1
^digit2
^next-column )
( ^digit1
^digit2
^next-column )
( ^digit1
^digit2
^next-column nil)
-->
# (write (crlf) | | )
# (write (crlf) )
# (write (crlf) |----|)
}
#
© 2015 - 2025 Weber Informatics LLC | Privacy Policy