[project @ 2003-07-31 17:45:22 by ross]
authorross <unknown>
Thu, 31 Jul 2003 17:45:30 +0000 (17:45 +0000)
committerross <unknown>
Thu, 31 Jul 2003 17:45:30 +0000 (17:45 +0000)
commit6b42ff99c867e8eb18b22d1d50e914f1fc532dd5
treeecb1880221b4d2450f52151f1de6734be56f073b
parentb21d4af465d575d0072ddf97e178e0e9545f77ba
[project @ 2003-07-31 17:45:22 by ross]
move Parsec out of base into a package parsec (no code changes)
38 files changed:
LICENSE
Makefile
Makefile.nhc98
Text/ParserCombinators/Parsec.hs [deleted file]
Text/ParserCombinators/Parsec/Char.hs [deleted file]
Text/ParserCombinators/Parsec/Combinator.hs [deleted file]
Text/ParserCombinators/Parsec/Error.hs [deleted file]
Text/ParserCombinators/Parsec/Expr.hs [deleted file]
Text/ParserCombinators/Parsec/Language.hs [deleted file]
Text/ParserCombinators/Parsec/Perm.hs [deleted file]
Text/ParserCombinators/Parsec/Pos.hs [deleted file]
Text/ParserCombinators/Parsec/Prim.hs [deleted file]
Text/ParserCombinators/Parsec/Token.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Henk/HenkAS.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Henk/HenkParser.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Henk/Main.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Henk/test.h [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/Main.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/MonParser.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/Mondrian.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/Prelude.m [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/Pretty.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/SimpleMondrianPrinter.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/Utils.hs [deleted file]
Text/ParserCombinators/Parsec/examples/Mondrian/test.m [deleted file]
Text/ParserCombinators/Parsec/examples/UserGuide/Main.hs [deleted file]
Text/ParserCombinators/Parsec/examples/tiger/Main.hs [deleted file]
Text/ParserCombinators/Parsec/examples/tiger/Tiger.hs [deleted file]
Text/ParserCombinators/Parsec/examples/tiger/TigerAS.hs [deleted file]
Text/ParserCombinators/Parsec/examples/tiger/fac.tig [deleted file]
Text/ParserCombinators/Parsec/examples/tiger/matrix.tig [deleted file]
Text/ParserCombinators/Parsec/examples/tiger/merge.tig [deleted file]
Text/ParserCombinators/Parsec/examples/tiger/queens.tig [deleted file]
Text/ParserCombinators/Parsec/examples/while/Main.hs [deleted file]
Text/ParserCombinators/Parsec/examples/while/While.hs [deleted file]
Text/ParserCombinators/Parsec/examples/while/WhileAS.hs [deleted file]
Text/ParserCombinators/Parsec/examples/while/fac.wh [deleted file]
Text/ParserCombinators/Parsec/examples/while/fib.wh [deleted file]