aboutsummaryrefslogtreecommitdiff
path: root/src/buildparser.cpp (follow)
AgeCommit message (Collapse)Author
2006-09-07About to implement Rule, the heart of the porform generation system. OnceMike Buland
that's done, we can actually run the performs, and, most likely build things.
2006-09-07Really getting there, the rest of the work should be in the build class andMike Buland
related build-time components!
2006-08-29Updated a load, now there's a seperate module for performing string processingMike Buland
pre parser, and whatever.
2006-08-28Finished getting everything to build with the new changes. Parser is now theMike Buland
generic base class for anything that could create a build object.
2006-08-28Renamed Builder to BuildParser, soon I'll add the Parser base class and makeMike Buland
the whole thing official.