aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/parser (unfollow)
Commit message (Collapse)Author
2021-04-07cmake: slight CMakeLists.txt refactoringEgor Tensin
2020-10-17cmake: no more target_include_directories hacksEgor Tensin
2020-10-17cmake: minor tweks for the greater goodEgor Tensin
2020-01-13clang-format all the codeEgor Tensin
2020-01-01parser: make ^ operator higher priority than unary -Egor Tensin
2019-12-31parser: support unary +Egor Tensin
2019-12-31parser: refactoringEgor 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.