Skip to content

Instantly share code, notes, and snippets.

@Isinlor
Created March 23, 2020 19:52
Show Gist options
  • Save Isinlor/bb14a3b5bcd8334812a4f8ee3b3e4822 to your computer and use it in GitHub Desktop.
Save Isinlor/bb14a3b5bcd8334812a4f8ee3b3e4822 to your computer and use it in GitHub Desktop.
name: penulatimate-b
source code: |-
input: 'aaaa'
blank: ' '
start state: fastForward
table:
fastForward:
[a, b]: {R: fastForward}
' ' : {L: ultimate}
ultimate:
[a, b, ' ']: {L: penultimate}
penultimate:
[a, ' ']: {L: reject}
b: {L: accept}
accept:
reject:
positions:
fastForward: {x: 102.86, y: 254.38}
ultimate: {x: 267.06, y: 251.65, fixed: false}
penultimate: {x: 425.04, y: 248.83}
accept: {x: 580.18, y: 284.35}
reject: {x: 581.51, y: 211.97}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment