Fixed Language.ml

This commit is contained in:
Dmitry Boulytchev 2018-02-25 19:12:57 +03:00
parent 30ebe2605c
commit 33e00f4108

View file

@ -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
*)