Created
August 21, 2020 06:05
-
-
Save mgritter/8f9d68e1f8f1bf7cfec5ee618cc337fc to your computer and use it in GitHub Desktop.
Soffit grammar: 101-node tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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