summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/compiler/scanner/error_handler.go
blob: 379f019697af920da94bd60f746f8d617561777f (plain) (blame)
1
2
3
4
5
6
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)