Created
March 7, 2019 09:50
-
-
Save porky11/9fce1066bec7d14d3fd1adfc061d43da to your computer and use it in GitHub Desktop.
Current grammar of the speakable language I'm working on
This file contains 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
primitives | |
noun | |
property | |
particle | |
suffix-to-noun | |
suffix-to-property | |
suffix-to-particle | |
suffix-to-same | |
grammar | |
object = | |
suffix-noun | |
suffix-property object | |
suffix-word = | |
suffix-noun | |
suffix-property | |
suffix-particle | |
suffix-noun = | |
noun | |
suffix-noun suffix-to-same | |
suffix-word suffix-to-noun | |
suffix-property = | |
property | |
suffix-property suffix-to-same | |
suffix-word suffix-to-property | |
suffix-particle = | |
particle | |
suffix-particle suffix-to-same | |
suffix-word suffix-to-particle | |
sentence = | |
object | |
suffix-particle sentence sentence |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment