@@ -0,0 +1,18 @@
# C-val Compiler
## Lexical Spec
* LBRACK `[`
* RBRACK `]`
* LCURLY `{`
* RCURLY `}`
* ID `[all]`
* SEMI `;`
* COMMA `,`
* ARROW `->`
* COMMENT `#`
* NUM `[0-9]*(.[0-9]+)?`
* RETURN `return`
* IF `if`
* ELSE `else`
* STRING "{any}"
The note is not visible to the blocked user.