This commit is contained in:
2024-08-09 10:25:28 -07:00
parent c1c1cc0e0e
commit 32536fc264
3 changed files with 22 additions and 17 deletions

View File

@@ -4,13 +4,8 @@ import Lib.Types
import Lib.Prettier
import Data.String
-- return is in the wrong spot
-- case is still FIXME
-- case missing break
data Kind = Plain | Return | Assign String
data JSStmt : Kind -> Type
data JSExp : Type where

View File

@@ -34,6 +34,9 @@ App, but we have a way to make that work on javascript.
I still want to stay in MonadError outside this file though.
-}