2020-08-11 13:33:26 +03: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-08-25 19:15:02 +03:00
|
|
|
import AST.Capabilities as M
|
2020-08-25 13:39:47 +03:00
|
|
|
import AST.Parser as M
|
2020-08-11 13:33:26 +03:00
|
|
|
import AST.Scope as M
|
|
|
|
import AST.Skeleton as M
|