Adding some tokinizer checks for strings and comments

This commit is contained in:
IlushaShurupov 2023-08-07 19:02:32 +03:00
parent 9c8771a378
commit 5fab9ee507
2 changed files with 6 additions and 5 deletions

View file

@ -14,12 +14,12 @@ const char* script =
R"(
/* yea
comment */
comment "and string inside" with int 123 and float 0.123f */
-1.f;
if (+1.f) {
var string = "string value
var string = "string value some &&characters inside string&& -= asdf 09a
another line";
}