> Le 25 oct. 2014 à 22:41, sean nakasone <[email protected]> a écrit : > > Hi, In the bison source code, the symbol structure has an alias attribute > which is a *symbol. Is this alias used solely for associating a token type > name to a literal string constant? > > i.e. > %token arrow "=>"
Yes. > Is the alias used in other situations? No. _______________________________________________ [email protected] https://lists.gnu.org/mailman/listinfo/help-bison
