aboutsummaryrefslogtreecommitdiff
path: root/Sil/Compile.dcl
blob: 61ee1b50be446d235182691942e863a6d6ea6937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
definition module Sil.Compile

from StdFile import class <<<
from StdOverloaded import class toString

from Data.Error import :: MaybeError

from ABC.Assembler import :: Assembler, :: Statement, instance <<< Assembler

from Sil.Error import :: Error
from Sil.Syntax import :: Program

compile :: Program -> MaybeError Error Assembler