Parser done implementing
This commit is contained in:
parent
828096de17
commit
fdb861b299
4 changed files with 31 additions and 42 deletions
|
|
@ -11,6 +11,9 @@ TEST_DEF_STATIC(Basic) {
|
|||
|
||||
String stream = "var i = true; print (i + 1) * 10;";
|
||||
auto res = parser.parse(stream);
|
||||
|
||||
TEST(!res.isError);
|
||||
|
||||
delete res.scope;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue