initial commit
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -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}"
|
||||||
0
include/globals.h
Normal file
0
include/globals.h
Normal file
0
include/lex.h
Normal file
0
include/lex.h
Normal file
Reference in New Issue
Block a user