parser: implement initial tokeniser
only logging position, errors and non-whitespace elements Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
@@ -10,6 +10,8 @@ import (
|
||||
// Parser parses a dosini-style document
|
||||
type Parser struct {
|
||||
src *lexer.Reader
|
||||
|
||||
pos lexer.Position
|
||||
}
|
||||
|
||||
// NewParser creates a dosini-style parser using
|
||||
|
||||
Reference in New Issue
Block a user