6 lines
171 B
Go
6 lines
171 B
Go
package scanner
|
|
|
|
import "github.com/d5/tengo/compiler/source"
|
|
|
|
// ErrorHandler is an error handler for the scanner.
|
|
type ErrorHandler func(pos source.FilePos, msg string)
|