mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update parser.h
This commit is contained in:
parent
c329f83520
commit
c2d451695c
@ -231,7 +231,7 @@ struct Parser {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(kTokenKwMap.count(name)){
|
if(kTokenKwMap.contains(name)){
|
||||||
if(name == "not"){
|
if(name == "not"){
|
||||||
if(strncmp(curr_char, " in", 3) == 0){
|
if(strncmp(curr_char, " in", 3) == 0){
|
||||||
curr_char += 3;
|
curr_char += 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user