2020-04-30 14:39:51 +04:00
|
|
|
|
2020-06-04 17:40:38 +04:00
|
|
|
{- | The "all things AST"-module.
|
|
|
|
-}
|
|
|
|
|
2020-04-30 17:58:35 +04:00
|
|
|
module AST (module M) where
|
2020-04-30 14:39:51 +04:00
|
|
|
|
2020-04-30 17:58:35 +04:00
|
|
|
import AST.Types as M
|
2020-04-30 21:06:01 +04:00
|
|
|
import AST.Parser as M
|
2020-05-21 23:28:26 +04:00
|
|
|
import AST.Scope as M
|