Operator '@@' (export-all) added. Experimental include() function also added
This commit is contained in:
@@ -199,6 +199,8 @@ func (self *scanner) fetchNextToken() (tk *Token) {
|
||||
} else {
|
||||
tk = self.makeErrorToken(fmt.Errorf("invalid variable reference %q", tk.source))
|
||||
}
|
||||
} else if next == '@' {
|
||||
tk = self.moveOn(SymDoubleAt, ch, next)
|
||||
} else {
|
||||
tk = self.makeToken(SymAt, ch)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user