Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-23 | Fixed a peculiar formula residue bug...eeew, formula residue. Also added a | Mike Buland | |
clear function to Bu::Stack | |||
2009-01-20 | Awesome changes to the formula class! It actually does proper reduction for | Mike Buland | |
unary operators now, such as negate and not, and it now handles functions. Functions are actually implemented as unary operators at the moment, so they'll only act on a single value, no commas :-P, but it would probably be pretty easy to make it work on longer call lists. Although I do think that this will work for pretty much all cases out there. | |||
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland | |
ok, nids is still in flux, they'll be gone soon). | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-10-20 | Made the logger use a uint32_t for it's mask, no more negative confusion. Also | Mike Buland | |
brought back the formula class with some cool twists, and added a basic stack class, very cute, fast, and little. | |||
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
2007-02-19 | The formula system works just fine, just no functions yet, but I don't need them | Mike Buland | |
for quite a while. | |||
2007-02-17 | Tweaked the stream classes, added an example, and the begining of a formula | Mike Buland | |
parser. |