started iqm-parser

- can parse header
- can parse initial texts
- can parse mesh-structure
- cannot parse everything else.
This commit is contained in:
Stefan Dresselhaus
2014-04-09 20:04:06 +02:00
parent a642c78c32
commit 40e3b6ed4d
5 changed files with 206 additions and 1 deletions

View File

@ -16,6 +16,9 @@ executable Pioneers
Map.Graphics,
Map.Creation,
Map.StaticMaps,
IQM.Types,
IQM.TestMain,
IQM.Parser,
Render.Misc,
Render.Render,
Render.RenderObject,
@ -41,6 +44,7 @@ executable Pioneers
lens >=4.0,
SDL2 >= 0.1.0,
time >=1.4.0,
GLUtil >= 0.7
GLUtil >= 0.7,
attoparsec >= 0.11.2
Default-Language: Haskell2010