quox/lib/Quox/Parser.idr
rhiannon morris c81aabcc14 more parser/FromParser stuff
- top level semicolons optional
- type optional [the def will need to be an elim]
- `load` statement
- namespaces
2023-03-12 18:28:37 +01:00

6 lines
155 B
Idris

module Quox.Parser
import public Quox.Parser.Syntax
import public Quox.Parser.Lexer
import public Quox.Parser.Parser
import public Quox.Parser.FromParser