mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-09 16:28:47 +00:00
Fixed Language.ml
This commit is contained in:
parent
30ebe2605c
commit
33e00f4108
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ module Expr =
|
|||
|
||||
(* Expression parser. You can use the following terminals:
|
||||
|
||||
IDENT --- a non-empty identifier (a-zA-Z[a-zA-Z0-9_]*) as a string
|
||||
IDENT --- a non-empty identifier a-zA-Z[a-zA-Z0-9_]* as a string
|
||||
DECIMAL --- a decimal constant [0-9]+ as a string
|
||||
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue