summaryrefslogtreecommitdiff
path: root/token.cc
Commit message (Expand)AuthorAgeFilesLines
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-28/+0
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-16/+1
* Changed the way that bare masks are parsed. There is still some couplingJohn Wiegley2008-08-021-6/+6
* Formatting now relies exclusively on value expressions.John Wiegley2008-08-021-0/+13
* Re-implemented ?: parsing in value expressions. "a ? b : c" is implemented byJohn Wiegley2008-08-011-6/+16
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-2/+2
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-0/+398