mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-26 16:48:46 +00:00
Fixed compilation error.
This commit is contained in:
parent
e56efaa9b7
commit
61a7b7b2ce
2 changed files with 2 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ let parse infile =
|
|||
] s
|
||||
end
|
||||
)
|
||||
(ostap (!(Language.parse) -EOF))
|
||||
(ostap (!(Language.Stmt.parse) -EOF))
|
||||
|
||||
let main =
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue