author | koda |
Sat, 03 Nov 2012 23:44:49 +0100 | |
branch | webgl |
changeset 7949 | 91511b219de7 |
parent 7945 | 4006d77e1a28 |
child 7953 | 97f41bdf0770 |
tools/pas2c.hs | file | annotate | diff | comparison | revisions |
--- a/tools/pas2c.hs Sat Nov 03 23:28:42 2012 +0400 +++ b/tools/pas2c.hs Sat Nov 03 23:44:49 2012 +0100 @@ -1,5 +1,5 @@ {-# LANGUAGE ScopedTypeVariables #-} -module Pas2C where +module Main where import Text.PrettyPrint.HughesPJ import Data.Maybe @@ -1084,3 +1084,4 @@ op2C "/" = "/(float)" op2C a = a +main = pas2C "hwengine"