mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-13 10:18:47 +00:00
Fixed bug in Language.ml
This commit is contained in:
parent
8f00033fa9
commit
39beebe875
1 changed files with 1 additions and 1 deletions
|
|
@ -1047,7 +1047,7 @@ let eval (_, expr) i =
|
|||
|
||||
(* Top-level parser *)
|
||||
ostap (
|
||||
imports[cmd]: l:$ is:(%"import" !(Util.list)[ostap (UIDENT)]) -";")* {
|
||||
imports[cmd]: l:$ is:(%"import" !(Util.list [ostap (UIDENT)]) -";")* {
|
||||
let is = "Std" :: List.flatten is in
|
||||
let infix =
|
||||
List.fold_left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue