Skip to content

Commit

Permalink
note update/sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed May 13, 2014
1 parent 5fd79de commit 547068e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neo/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ type Tree struct {
// Parsing only; cleared after parse.
funcs []map[string]interface{}
lex *lexer
// FIXME: how much do we need?
// FIXME: the peek max is based on the way that the grammar works,
// but I don't know enough about the expression grammar i've loosely
// described to know if 3 is sufficient.
token [3]item // three-token lookahead for parser.
peekCount int
vars []string // variables defined at the moment.
Expand Down

0 comments on commit 547068e

Please sign in to comment.