CVS: sml-dist/src/ml-yacc/lib parser2.sml, 1.5, 1.5.12.1

George Kuan <[email protected]> Mon, 31 Jul 2006 11:07:20 -0700
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/ml-yacc/lib
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20724/src/ml-yacc/lib

Modified Files:
      Tag: primop-branch-2
	parser2.sml 
Log Message:
PPLty complete at least for printing Ltycs

Index: parser2.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/ml-yacc/lib/parser2.sml,v
retrieving revision 1.5
retrieving revision 1.5.12.1
diff -C2 -d -r1.5 -r1.5.12.1
*** parser2.sml	27 May 2003 21:54:22 -0000	1.5
--- parser2.sml	31 Jul 2006 18:07:17 -0000	1.5.12.1
***************
*** 258,264 ****
  		  let val newStack = (s,value) :: stack
  		      val newLexPair = Stream.get lexer
! 		  in parseStep(newLexPair,(s,value)::stack,
! 			       Fifo.put((newStack,newLexPair),queue),distance-1)
! 		  end
  		 | REDUCE i =>
  		    (case saction(i,leftPos,stack,arg)
--- 258,264 ----
  		  let val newStack = (s,value) :: stack
  		      val newLexPair = Stream.get lexer
! 		  in parseStep(newLexPair,(s,value)::stack, 
! 			       Fifo.put(( newStack,newLexPair),queue) ,distance-1 ) 
!  		  end
  		 | REDUCE i =>
  		    (case saction(i,leftPos,stack,arg)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV