Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | This commit has a minor tweak to the variant class to make it easier to use, | Mike Buland | |
and introduces the parser and lexer classes. I also made a test for parser and put it in the tools directory. That is silly, it shouldn't be. However, it's necesarry right now, because I don't want to do a full build to compile all the parser tests. However, this commit doesn't actually build yet. It will soon, I just wanted to get it all committed. | |||
2010-06-21 | Both Bu::Variant and Bu::MiniCron failed to cleanup behind themselves in some | Mike Buland | |
cases. This has been fixed. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2009-09-26 | Minor tweaks and fixes to Bu::Variant | Mike Buland | |
2009-09-25 | New Bu::Variant class. Store anything in it, get it out again, find out it's | Mike Buland | |
type. It's really just that easy. More info, docs, and tweaks to come. |