Added README
This commit is contained in:
@@ -5,6 +5,7 @@ import "github.com/sashakoshka/arf/file"
|
||||
// LexingOperation holds information about an ongoing lexing operataion.
|
||||
type LexingOperation struct {
|
||||
file *file.File
|
||||
char rune
|
||||
}
|
||||
|
||||
// Tokenize converts a file into a slice of tokens (lexemes)
|
||||
|
||||
Reference in New Issue
Block a user