fix missing EOF token

This commit is contained in:
Oleg Sobolev 2025-12-25 18:01:59 +03:00
parent 320e446236
commit 05d670817e
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
module Lox.Parser (
expression
parse
) where
import Control.Monad