xgo/compiler/scanner/error_handler.go

7 lines
171 B
Go
Raw Normal View History

2019-01-09 10:17:42 +03:00
package scanner
2019-01-11 13:27:28 +03:00
import "github.com/d5/tengo/compiler/source"
// ErrorHandler is an error handler for the scanner.
type ErrorHandler func(pos source.FilePos, msg string)