Method object refactor
This commit is contained in:
parent
714bdaef12
commit
715175085e
25 changed files with 420 additions and 529 deletions
|
|
@ -82,7 +82,7 @@ oscript {
|
|||
| id [expr_id]
|
||||
;
|
||||
|
||||
id: "[a-z]";
|
||||
id: "([a-z]|[A-Z])+";
|
||||
boolean: "true|false";
|
||||
integer: "(\+|\-)?[0-9]+";
|
||||
real: "(\+|\-)?[0-9]+(\.[0-9]+)?((e|E)(\+|\-)?[0-9]+)?";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue