Add structures to represent run commands like run: %fn0(42, 4.2) == false

This commit is contained in:
Andrew Brown
2020-03-30 12:26:34 -07:00
parent 5cdc767496
commit 508042101f
2 changed files with 149 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ mod error;
mod isaspec;
mod lexer;
mod parser;
mod run_command;
mod sourcemap;
mod testcommand;
mod testfile;