]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Improvement. Maybe. Left recursion is supposed to be better. i.e. to use less stack...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 12 Jul 2011 12:31:42 +0000 (12:31 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 12 Jul 2011 12:31:42 +0000 (12:31 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1372 e59a4935-1847-0410-ae03-e826735625c1

src/parser/smt2.y

index b71c6035d2d2b23dc5a17fb7936104f435f96a6b..8c6f46590008bbefbfb1aeac6f04ae0b6d95b2fb 100644 (file)
@@ -203,7 +203,7 @@ cmd: commands END
 ;
 
 
-commands: cmdi commands 
+commands: commands cmdi  
 | cmdi
 {}
 ;