packages feed

antlrc-0.0.1: src/Text/Antlrc.hs

-- Copyright (c)2010-2011, Mark Wright.  All rights reserved.

-- | ANTLR C runtime library Haskell binding, for the ANTLR LL(*) parser generator.
module Text.Antlrc (
-- * Lexer token accessors.
  module Text.Antlrc.Lexer
  ) where

import Text.Antlrc.Lexer