Created stub high-level module compilation function
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package lexer
|
||||
|
||||
import (
|
||||
"github.com/sashakoshka/arf/file"
|
||||
)
|
||||
import "github.com/sashakoshka/arf/file"
|
||||
|
||||
// TokenKind is an enum represzenting what role a token has.
|
||||
type TokenKind int
|
||||
|
||||
Reference in New Issue
Block a user