Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-16 | Improved lexer readabilty and replaced raw new in tree construction | Adrian Kummerlaender | |
* "new" in Tree::addNode member method was replaced with C++14 std::make_unique * renamed and constified lexer local variables to increase readabilty ** replaced chunky if-clauses with switch-clauses where appropriate * updated README.md to mention C++14 requirement | |||
2014-03-02 | Switched build system to cmake | Adrian Kummerländer | |
* cmake offers a more straight forward and easier understandable way of building this project |