JISON: How do I avoid “Dog” being parsed as “do”?

后端 未结 0 1868
渐次进展
渐次进展 2021-01-05 22:36

In my JISON file I have the following:

id                          [a-zA-Z_][a-zA-Z0-9_]*
...
"do"                        return \'DO\';
{id}                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题