rhiannon morris
c81aabcc14
- top level semicolons optional - type optional [the def will need to be an elim] - `load` statement - namespaces
6 lines
155 B
Idris
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
|