summaryrefslogtreecommitdiff
path: root/src/symtab.h
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous code readability improvements.Joel E. Denny2009-08-101-9/+12
* maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-0/+3
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* Use the new code_props interface for destructors and printers.Joel E. Denny2007-01-041-46/+22
* * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',Paul Eggert2006-12-181-3/+3
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-19/+45
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-45/+19
* Split the default %destructor/%printer into two kinds: <*> and <!>.Joel E. Denny2006-10-211-9/+13
* Finish implementation of per-type %destructor/%printer. DiscussedJoel E. Denny2006-09-041-6/+41
* Allow %start after the first rule.Joel E. Denny2006-08-201-0/+3
* Enable declaration of default %printer/%destructor. Make the parserJoel E. Denny2006-07-291-4/+50
* * doc/Doxyfile.in: New.Akim Demaille2006-06-271-34/+53
* Add comparison operators for C++ location classes. Discussed atJoel E. Denny2006-06-221-1/+1
* * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.Akim Demaille2006-06-201-0/+3
* Warn about dubious constructions like "%token T T".Paul Eggert2006-01-031-2/+4
* * src/symtab.h (struct symbol): Declare the printer and destructorAkim Demaille2005-09-161-4/+6
* * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,Akim Demaille2005-07-121-1/+1
* * src/symtab.h, src/symtab.c (symbol_print): New.Akim Demaille2005-07-121-1/+3
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Remove uses of 'short int' and 'unsigned short int' in the parser generators.Paul Eggert2004-12-171-3/+3
* * src/symtab.c (symbol_check_alias_consistency): Also checkAkim Demaille2004-10-111-0/+7
* Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc.Paul Eggert2004-03-311-3/+3
* (NUMBER_UNDEFINED): Remove unnecessary cast.Paul Eggert2002-12-131-9/+3
* (symbol_number): Renamed from symbol_number_t.Paul Eggert2002-12-111-47/+40
* * src/struniq.h, src/struniq.c (struniq_t): Is const.Akim Demaille2002-11-121-2/+2
* * src/symtab.c (symbol_free): Remove dead deactivated code:Akim Demaille2002-11-121-1/+2
* Use C99-style bool instead of our own style.Paul Eggert2002-10-221-2/+2
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-24/+22
* (SYMBOL_NUMBER_MAX): New macro.Paul Eggert2002-10-051-0/+1
* Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.Akim Demaille2002-07-291-2/+2
* * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.Akim Demaille2002-07-161-12/+3
* * src/complain.h, src/complain.c (warn, complain): Remove, unused.Akim Demaille2002-07-091-1/+2
* We spend a lot of time in quotearg, in particular when --verbose.Akim Demaille2002-06-301-11/+0
* * src/reader.c (gensym): Rename as...Akim Demaille2002-06-301-1/+5
* * src/symtab.h, src/symtab.c (symbol_type_set)Akim Demaille2002-06-201-6/+7
* * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parserAkim Demaille2002-06-201-2/+5
* * src/symtab.h, src/symtab.c (symbol_t): printer andAkim Demaille2002-06-201-2/+7
* * src/symtab.h, src/symtab.c (symbol_t): destructor_location is aAkim Demaille2002-06-181-2/+3
* * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list ofAkim Demaille2002-06-171-1/+6
* * src/reader.h, src/reader.c (symbol_list_new): Export it.Akim Demaille2002-06-171-5/+7
* Copy BYacc's nice way to report the grammar.Akim Demaille2002-06-151-0/+11
* Let symbols have a location.Akim Demaille2002-06-151-1/+4
* * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.Akim Demaille2002-06-151-0/+3
* Have Bison grammars parsed by a Bison grammar.Akim Demaille2002-06-111-8/+9
* * src/symtab.c, src/symtab.c (symbol_class_set)Akim Demaille2002-06-101-0/+7
* * src/symtab.c, src/symtab.c (symbol_type_set)Akim Demaille2002-06-101-0/+7
* Move symbols handling code out of the reader.Akim Demaille2002-06-101-4/+41
* * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,Akim Demaille2002-05-261-3/+3
* * src/symtab.h (SALIAS, SUNDEF): Rename as...Akim Demaille2002-05-041-8/+17