parser: initial implementation [wip - only handles 'def' expr

This commit is contained in:
Roland Conybeare 2024-07-31 23:37:51 +10:00
commit 5d2ee35fe6
10 changed files with 1454 additions and 0 deletions

View file

@ -0,0 +1,6 @@
/* file parser_utest_main.cpp */
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
/* end parser_utest_main.cpp */