summaryrefslogtreecommitdiff
path: root/src/Interpreter.hs
blob: afc50f9eb089301bb15c3f9ee08542e40cd9ba98 (plain)
1
2
3
4
5
6
7
8
module Interpreter where

import AST
import Interpreter.Array
import Interpreter.Accum