1
0
forked from GitHub/gf-core
Files
gf-core/src/compiler/GF/Grammar
hallgren 6d5ecf7c3f Lexer.x & Parser.y: add a partial parser for terms
Lexer.x: Change the parser monad type P to allow the remaining input to
	 be returned after a partial parse. Add function

           runPartial :: P t -> String -> Either (Posn, String) (String, t)

Parser.y: Add a partial parser pTerm for nonterminal Exp1.
          Re-export runPartial.
2016-04-07 13:32:14 +00:00
..
2013-11-20 00:45:33 +00:00
2015-03-05 14:47:36 +00:00
2015-03-05 14:47:36 +00:00