Skip to content

Instantly share code, notes, and snippets.

@cogumbreiro
Last active October 22, 2019 17:09
Show Gist options
  • Save cogumbreiro/52d75cb4b20d2754496a52bf2f03e386 to your computer and use it in GitHub Desktop.
Save cogumbreiro/52d75cb4b20d2754496a52bf2f03e386 to your computer and use it in GitHub Desktop.
name: Even length
source code: |
input: '0111'
blank: ' '
start state: A
table:
A:
[0,1]: {R: B}
' ': {R: accept}
B:
[0,1]: {R: A}
accept:
positions:
A: {x: 498.03, y: 238.04, fixed: false}
B: {x: 357, y: 255.28, fixed: false}
accept: {x: 661.54, y: 218.14}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment