Adding some tokinizer checks for strings and comments
This commit is contained in:
parent
4825d61486
commit
cef0db6fb1
2 changed files with 6 additions and 5 deletions
|
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue