Nikita Popov 6996db1e3a Build node attributes inside semantic action methods
Minor performance improvement for parsing, also allows to access
attributes with higher granulity in the parser, though this is not
currently done.

* #n can now be used to access the stack position of a token. $n
  is the same as $this->semStack[#n]. (Post-translate $n will
  actually be the stack position.)
* $attributeStack is now $this->startAttributeStack and
  $endAttributes is now $this->endAttributes.
* Attributes for a node are now computed inside the individual
  reduction methods, instead of being passed as a parameter.
  Accessible through the attributes() macro.
2015-04-26 11:55:59 +02:00
..
2015-03-10 16:05:55 +01:00
2015-03-21 18:57:55 +01:00
2015-03-24 11:19:17 +01:00
2015-03-24 11:19:17 +01:00
2015-04-03 22:30:30 +02:00
2015-03-10 16:05:55 +01:00
2015-04-18 21:20:45 +02:00
2015-03-24 11:19:17 +01:00