Statistics
| Branch: | Tag: | Revision:

root / src / hs2py.hs @ e817723c

History | View | Annotate | Download (864 Bytes)

1 4157b044 Jose A. Lopes
{-| Haskell to Python opcode generation program.
2 4157b044 Jose A. Lopes
3 4157b044 Jose A. Lopes
-}
4 4157b044 Jose A. Lopes
5 4157b044 Jose A. Lopes
{-
6 4157b044 Jose A. Lopes
7 4157b044 Jose A. Lopes
Copyright (C) 2011, 2012, 2013 Google Inc.
8 4157b044 Jose A. Lopes
9 4157b044 Jose A. Lopes
This program is free software; you can redistribute it and/or modify
10 4157b044 Jose A. Lopes
it under the terms of the GNU General Public License as published by
11 4157b044 Jose A. Lopes
the Free Software Foundation; either version 2 of the License, or
12 4157b044 Jose A. Lopes
(at your option) any later version.
13 4157b044 Jose A. Lopes
14 4157b044 Jose A. Lopes
This program is distributed in the hope that it will be useful, but
15 4157b044 Jose A. Lopes
WITHOUT ANY WARRANTY; without even the implied warranty of
16 4157b044 Jose A. Lopes
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 4157b044 Jose A. Lopes
General Public License for more details.
18 4157b044 Jose A. Lopes
19 4157b044 Jose A. Lopes
You should have received a copy of the GNU General Public License
20 4157b044 Jose A. Lopes
along with this program; if not, write to the Free Software
21 4157b044 Jose A. Lopes
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22 4157b044 Jose A. Lopes
02110-1301, USA.
23 4157b044 Jose A. Lopes
24 4157b044 Jose A. Lopes
-}
25 4157b044 Jose A. Lopes
26 4157b044 Jose A. Lopes
import Ganeti.Hs2Py.GenOpCodes
27 4157b044 Jose A. Lopes
28 4157b044 Jose A. Lopes
main :: IO ()
29 4157b044 Jose A. Lopes
main = putStrLn showPyClasses