#13: the printer prints nodes with meta(comments and whitespaces) saved by the parser
This commit is contained in:
@@ -38,6 +38,7 @@ type Lexer struct {
|
||||
tokenBytesBuf *bytes.Buffer
|
||||
TokenPool sync.Pool
|
||||
WithMeta bool
|
||||
lastToken *Token
|
||||
}
|
||||
|
||||
// Rune2Class returns the rune integer id
|
||||
|
||||
Reference in New Issue
Block a user