cvs commit: fptools/happy/alex/src Makefile NFA.hs Output.hs Parser.y Scan.hs Scan.x fptools/happy/alex/templates GenericTemplate.hs

Simon Marlow <[email protected]> Fri, 14 Feb 2003 10:31:06 -0500 (EST)
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <200302141530.HAA32254__1086.31559783152$1045237360@glass.cse.ogi.edu>
simonmar    2003/02/14 07:30:24 PST
Sender: [email protected]
Errors-To: [email protected]
X-BeenThere: [email protected]
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: <mailto:[email protected]?subject=help>
List-Post: <mailto:[email protected]>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-happy>,
	<mailto:[email protected]?subject=subscribe>
List-Id: fptools/happy CVS commit messages. <cvs-happy.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-happy>,
	<mailto:[email protected]?subject=unsubscribe>
List-Archive: <http://www.haskell.org/pipermail/cvs-happy/>
Date: Fri, 14 Feb 2003 07:30:24 -0800

  Modified files:        (Branch: simonm-hackery-branch)
    happy/alex/src       Makefile NFA.hs Output.hs Parser.y 
                         Scan.hs Scan.x 
    happy/alex/templates GenericTemplate.hs 
  Log:
  More updates:
  
    - understand hex & octal escape sequences in the lexer
    - fix problems with right context on regular expressions
  
  Revision  Changes    Path
  1.2.2.5   +4 -1      fptools/happy/alex/src/Makefile
  1.1.1.1.2.5 +6 -5      fptools/happy/alex/src/NFA.hs
  1.1.2.3   +12 -5     fptools/happy/alex/src/Attic/Output.hs
  1.1.2.5   +8 -0      fptools/happy/alex/src/Attic/Parser.y
  1.1.1.1.2.5 +179 -79   fptools/happy/alex/src/Scan.hs
  1.1.1.1.2.4 +12 -7     fptools/happy/alex/src/Scan.x
  1.1.2.3   +17 -8     fptools/happy/alex/templates/Attic/GenericTemplate.hs