Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompileError ¶
type ErrorCollector ¶
type ErrorCollector struct {
Errors []CompileError
HasSyntaxError bool
}
func (*ErrorCollector) Add ¶
func (ec *ErrorCollector) Add(message string, line int)
func (*ErrorCollector) HasErrors ¶
func (ec *ErrorCollector) HasErrors() bool
Click to show internal directories.
Click to hide internal directories.