aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/lexer.cpp (unfollow)
Commit message (Collapse)Author
2020-10-17cmake: no more target_include_directories hacksEgor Tensin
2020-10-04unit_tests: get rid of an ugly hackEgor Tensin
2020-10-04unit_tests: reorder code a littleEgor Tensin
2020-01-13clang-format all the codeEgor Tensin
2020-01-13work around clang-format oddityEgor Tensin
2020-01-03lexer: split out testing-exposed functionsEgor Tensin
2019-12-31support the power (^) operatorEgor Tensin
It doesn't work with the unary minus currently (as is reflected in the tests), it should have a higher precedence.
2019-12-22add licensing notes to source filesEgor Tensin
2019-12-07split server into multiple componentsEgor Tensin
In a vague attempt to make header files more readable, split server/ into a number of components. Also, refactor the unit tests to use the "Data-driven test cases" of Boost.Test.