Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-22 | The basic outline for all of the initial functions and rules has been set. The | Mike Buland | |
parser and scanner are using the new system so they actually match functions and whatnot and pass that data to the parser, it's very cool. | |||
2006-08-04 | Fixed the pymake file. | Mike Buland | |
2006-07-31 | It almost builds, we need to get rid of duplicate list entries and actually | Mike Buland | |
store the commands somewhere so the target handler can decide if they need to be run. | |||
2006-07-31 | I still can't get the pymake file to auto-make the bison and flex .c files, but | Mike Buland | |
besides that everything is looking great. There's only one thing left to parse and interpret before we can try actually building something. | |||
2006-07-30 | It's starting to look pretty good, just trying to figure out how to get through | Mike Buland | |
everything that needs to be made modular and general. | |||
2006-07-30 | Found out all of the c++ stuff in bison broke in 2.2, now we have to pick a | Mike Buland | |
version, there is no way around it nicely. |