#80 implement Ragel based lexer
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
// Parser interface
|
||||
type Parser interface {
|
||||
Parse() int
|
||||
GetPath() string
|
||||
GetRootNode() node.Node
|
||||
GetErrors() []*errors.Error
|
||||
WithFreeFloating()
|
||||
|
||||
Reference in New Issue
Block a user