Implemented an abstract syntax tree
This commit is contained in:
@ -13,8 +13,8 @@ import (
|
||||
type Error struct {
|
||||
Err error
|
||||
File *fs.File
|
||||
Position int
|
||||
Stack string
|
||||
Position int
|
||||
}
|
||||
|
||||
// New generates an error message at the current token position.
|
||||
|
Reference in New Issue
Block a user