fix: vlbrace error should popLayout

This commit is contained in:
crumbtoo
2024-03-11 11:05:50 -06:00
parent de41536e1d
commit 8ba20a5948
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ module Rlp.Lex
, popLexState
, programInitState
, runP'
, popLayout
)
where
import Codec.Binary.UTF8.String (encodeChar)

View File

@@ -84,7 +84,7 @@ VL : vlbrace { () }
VR :: { () }
VR : vrbrace { () }
| error { () }
| error {% void popLayout }
VS :: { () }
VS : ';' { () }