Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-23 | implemented new Magic type used for single-token unescaped strings that ↵ | Andreas Stöckel | |
could be an identifier | |||
2014-12-21 | allowing to store Function objects in Variants, added simple unit test for ↵ | Andreas Stöckel | |
the Method class | |||
2014-12-21 | added Function as new variant type | Andreas Stöckel | |
2014-12-20 | additional comment in Variant.cpp | Andreas Stöckel | |
2014-12-20 | Variants can now store references to managed objects and act as a Rooted handle | Andreas Stöckel | |
2014-12-20 | using stringstream for variant int/double to string conversion | Andreas Stöckel | |
2014-12-12 | fixed Variant::toString method | Andreas Stöckel | |
2014-12-11 | moved to CharReader everywhere | Andreas Stöckel | |