# HG changeset patch # User koda # Date 1351982689 -3600 # Node ID 91511b219de7fe79642e92df24b386265815847f # Parent 4006d77e1a280c1ae48b3f05846e72c83ea0fb82 let's start to introduce bugs in haskell stuff too diff -r 4006d77e1a28 -r 91511b219de7 tools/pas2c.hs --- 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"