aboutsummaryrefslogtreecommitdiff
path: root/src/builder.cpp (follow)
AgeCommit message (Expand)Author
2006-08-28Renamed Builder to BuildParser, soon I'll add the Parser base class and makeMike Buland
2006-08-23Really close...functions are doing their stuff, we have inputs, almost have r...Mike Buland
2006-08-23Loads more stuff...it's nearly working now.Mike Buland
2006-08-22Started on the crazy process of building the stage one compiled data. It'sMike Buland
2006-08-22Added targets, and the global set command, things are really coming along now.Mike Buland
2006-08-22The basic outline for all of the initial functions and rules has been set. TheMike Buland
2006-08-21Alright, the grammer is almost there, just debugging, in what I call extreme-Mike Buland
2006-08-21Getting there, it compiles, now for the fun sophisticated pieces where theMike Buland
2006-08-18Gutted, deleted almost all the source, too many changes to keep it around, we'llMike Buland
2006-08-07Added support for setting and adding the output of commands to variables.Mike Buland
2006-08-06A load of updates, most of these made me realize that I probably could do thisMike Buland
2006-08-05Build now uses a cachefile for all of it's requires that are generated fromMike Buland
2006-08-04Better error handling again, and about to add more language features.Mike Buland
2006-08-04Updated error reporting, fixed the command line params, they work now.Mike Buland
2006-08-02Fixed a few minor bugs and added the new viewer system, it allows you to add newMike Buland
2006-08-02Build will now only perform your extra code for using programs to generate moreMike Buland
2006-08-02Some minor updates to the functionalityMike Buland
2006-08-01It actually builds, now it just needs dependancy tracking, and maybe auto-targetMike Buland
2006-07-31It almost builds, we need to get rid of duplicate list entries and actuallyMike Buland
2006-07-31We're almost to rule/command generation, then only a couple of steps before itMike Buland
2006-07-31I still can't get the pymake file to auto-make the bison and flex .c files, butMike Buland
2006-07-30It's starting to look pretty good, just trying to figure out how to get throughMike Buland
2006-07-30Found out all of the c++ stuff in bison broke in 2.2, now we have to pick aMike Buland