proto
Context:
user.community.lang.proto.proto.talon
| Spoken | Backend |
|---|---|
| block | user.code_block() |
| op equals | " = " |
| repeated type {user.code_type} | "repeated {code_type}" |
| state enum | "enum " |
| state import | "import " |
| state import public | "import public " |
| state message | "message " |
| state option | "option " |
| state package | "package " |
| state repeated | "repeated " |
| state reserved | "reserved " |
| type {user.code_type} | "{code_type}" |