typos
This commit is contained in:
parent
19e21be0bc
commit
5fc9fa0b8d
3 changed files with 3 additions and 5 deletions
|
|
@ -73,8 +73,6 @@ clixon_json_parsewrap(void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
%}
|
||||
|
||||
digit [0-9]
|
||||
|
|
@ -82,7 +80,7 @@ integer {digit}+
|
|||
real ({digit}+[.]{digit}*)|({digit}*[.]{digit}+)
|
||||
exp ({integer}|{real})[eE][+-]{integer}
|
||||
|
||||
%x START§
|
||||
%x START
|
||||
%s STRING
|
||||
%s ESCAPE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue