mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Caught a bug that the test cases failed to find
This commit is contained in:
@@ -658,7 +658,7 @@ static Toy_Opcode castingInfix(Toy_Parser* parser, Toy_ASTNode** nodeHandle) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case TOY_TOKEN_LITERAL_STRING:
|
case TOY_TOKEN_LITERAL_STRING:
|
||||||
atomic(parser, nodeHandle);
|
string(parser, nodeHandle);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user