aboutsummaryrefslogtreecommitdiff
path: root/parser/CC/Parser.hs
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-07-24 22:27:13 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-07-24 22:32:20 +0200
commit96c29e2a5e2c97d2c40c46222d4593c366de953e (patch)
tree7b8cef6e8cfaeedd7ff4e712cf9f878f849781b3 /parser/CC/Parser.hs
parentf7c3b21c0a10b11730bdce64e7e895bd1eb65fd0 (diff)
Move Context to cc-ast in preparation for backend parametrisation
Diffstat (limited to 'parser/CC/Parser.hs')
-rw-r--r--parser/CC/Parser.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser/CC/Parser.hs b/parser/CC/Parser.hs
index f8e482e..76f0b68 100644
--- a/parser/CC/Parser.hs
+++ b/parser/CC/Parser.hs
@@ -5,6 +5,7 @@ import Text.Parsec hiding (SourcePos, getPosition, token)
import qualified Text.Parsec
import CC.AST.Source
+import CC.Context
import CC.Pretty