refactor and func -> proc rename
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import "@source/strpool"
|
||||
|
||||
TokenKind :: enum {
|
||||
if
|
||||
else
|
||||
for
|
||||
while
|
||||
func
|
||||
proc
|
||||
return
|
||||
|
||||
ident
|
||||
@@ -28,4 +30,5 @@ TokenKind :: enum {
|
||||
Token :: struct {
|
||||
kind TokenKind
|
||||
start int
|
||||
str_id strpool.StringId = strpool.NoId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user