ligo/tools/lsp/squirrel/src/AST.hs
2020-08-14 14:54:04 +04:00

9 lines
181 B
Haskell

-- | The "all things AST"-module.
module AST (module M) where
import AST.Completion as M
import AST.Find as M
import AST.Scope as M
import AST.Skeleton as M
import AST.Parser as M