add parser of fundamental types

This commit is contained in:
ToruNiina
2017-05-06 18:44:19 +09:00
parent bbb9388d3a
commit 7dde4f3039
3 changed files with 673 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ set(TEST_NAMES
test_value_operator
test_datetime
test_acceptor
test_parser
)
add_definitions("-Wall -Wpedantic")