Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hornc authored Dec 9, 2018
1 parent 6641414 commit 841bda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/waterfall-example.ιχ
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the appropriate 'action' and corresponding inverse 'anti-actions', and defining
# the appropriate number of symbols.
# Strict ixqus requires that all symbols be some form of sigma, that is ignored here
# to assit readability of the (hopeful!) Turing completeness proof.
# to assit readability of the Turing completeness proof.

# waterclock registers 1,2,3
# anti-action generators Α,Β,Γ
Expand All @@ -20,7 +20,7 @@
# * then attempts to perform two 'accumulator == 0' tests and anti-actions,
# which is the inverse its Waterclock Model zero-trigger action,
# This attempt will succeed at least once every cycle, normally twice.
# It occurs _only once_ when the clock reaches zero. The definition is destoryied on the first test,
# It occurs _only once_ when the clock reaches zero. The definition is destroyed on the first test,
# so the second call is undefined, therefore NOOP.
# I believe this is the most efficient way for ixqus to perform the tests, because the only conditional action that can occur
# is for a statement definition to destroy itself during execution by triggering the Deadfish overflow condition (a==-1 OR a==256)
Expand Down

0 comments on commit 841bda3

Please sign in to comment.