Implemented an abstract syntax tree
This commit is contained in:
parent
27c707b6ff
commit
f479b5a03a
28 changed files with 422 additions and 315 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue