Implemented an abstract syntax tree
This commit is contained in:
@ -4,6 +4,6 @@ import "git.akyoto.dev/cli/q/src/build/token"
|
||||
|
||||
// File represents a single source file.
|
||||
type File struct {
|
||||
Tokens token.List
|
||||
Path string
|
||||
Tokens token.List
|
||||
}
|
||||
|
Reference in New Issue
Block a user