-- Copyright (c) 2002-2013, Tim Sheard, Gabor Greif -- OGI School of Science & Engineering, Oregon Health & Science University -- Maseeh College of Engineering, Portland State University -- See LICENSE.txt for details. -- Wed Aug 21 12:06:10 CEST 2013 -- Omega Interpreter: version 1.5.2 module ParserAll ( module Parser , module StdTokenDef , module ParseToken , module ParseExpr , module TokenDef ) where -- Note to use this module, the modules CommentDef.hs and TokenDef.hs -- must exist usually in the same directory as the file that imports -- ParserAll import Parser import StdTokenDef import ParseToken import ParseExpr import TokenDef