Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/jumperchen/next': merged but NO…
Browse files Browse the repository at this point in the history
…T USED as the same functionality has already been coded in another way: by providing these stacks as additional arguments to the action handler code so they are accessible and editable inside your grammar actions. This approach is 'nicer' in that the extra argument overhead (vs yy.member set overhead) is *removed* when jison recognizes that none of your grammar rules' action code chunks uses one or more of these stacks. In other words: the already exisiting implementation only sets/passes only those stacks which are actually used by userland code.

# Conflicts:
#	lib/jison.js
  • Loading branch information
GerHobbelt committed Nov 9, 2016
2 parents 0edc55c + 6b6d850 commit 7e27631
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 7e27631

Please sign in to comment.