xo-interpreter2: refactor to setup vsm utest + repl
This commit is contained in:
parent
a10c7dcab2
commit
a71060bb75
4 changed files with 86 additions and 1 deletions
|
|
@ -20,6 +20,9 @@
|
|||
#include <catch2/catch.hpp>
|
||||
|
||||
namespace xo {
|
||||
using xo::scm::VirtualSchematikaMachine;
|
||||
using xo::scm::VsmConfig;
|
||||
|
||||
#ifdef NOT_YET
|
||||
using xo::scm::SchematikaParser;
|
||||
using xo::scm::ASyntaxStateMachine;
|
||||
|
|
@ -42,6 +45,8 @@ namespace xo {
|
|||
namespace ut {
|
||||
TEST_CASE("VirtualSchematikaMachine-ctor", "[interpreter2][VSM]")
|
||||
{
|
||||
VirtualSchematikaMachine vsm(VsmConfig);
|
||||
|
||||
#ifdef NOT_YET
|
||||
ArenaConfig config;
|
||||
config.name_ = "test-arena";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue