Additional work

- Move processDecl to separate file
- Add missing files
- Move Syntax.idr to Lib
This commit is contained in:
2024-07-21 21:16:47 -07:00
parent dc51e8af17
commit 0bb2d48d72
11 changed files with 358 additions and 145 deletions

View File

@@ -12,7 +12,7 @@ import Lib.Types
import Lib.Token
import Lib.Parser.Impl
import Syntax
import Lib.Syntax
import Data.List
import Data.Maybe