parser: initial implementation [wip - only handles 'def' expr
This commit is contained in:
commit
5d2ee35fe6
10 changed files with 1454 additions and 0 deletions
6
utest/parser_utest_main.cpp
Normal file
6
utest/parser_utest_main.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* file parser_utest_main.cpp */
|
||||
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
/* end parser_utest_main.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue