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"
|
2019-01-11 12:16:34 +03:00
|
|
|
|
2019-01-15 09:24:33 +03:00
|
|
|
// ErrorHandler is an error handler for the scanner.
|
2019-01-11 12:16:34 +03:00
|
|
|
type ErrorHandler func(pos source.FilePos, msg string)
|