Skip to content

Instantly share code, notes, and snippets.

@mgritter
Created August 21, 2020 06:05
Show Gist options
  • Select an option

  • Save mgritter/8f9d68e1f8f1bf7cfec5ee618cc337fc to your computer and use it in GitHub Desktop.

Select an option

Save mgritter/8f9d68e1f8f1bf7cfec5ee618cc337fc to your computer and use it in GitHub Desktop.
Soffit grammar: 101-node tree
{
"version": "0.1",
"C[hundred];": "T1[ten]; T2[ten]; T3[ten]; T4[ten]; T5[ten]; T6[ten]; T7[ten]; T8[ten]; T9[ten]; T10[ten];",
"X[ten];": "N1[one]; N2[one]; N3[one]; N4[one]; N5[one]; N6[one]; N7[one]; N8[one]; N9[one]; N10[one];",
"N; COUNT[one];": "N->NN",
"start": "C[hundred]; R;"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment