comparison parser_old.rhope @ 114:25a205094f9b

More performance optimizations
author Mike Pavone <pavone@retrodev.com>
date Wed, 13 Oct 2010 01:15:04 +0000
parents e09c2d1d6d5b
children 04148770c229
comparison
equal deleted inserted replaced
110:336da6ce8174 114:25a205094f9b
1650 { 1650 {
1651 out <- Fold[["Add If Store"]Set Input[2, params], stores, [node]Assignments >>] 1651 out <- Fold[["Add If Store"]Set Input[2, params], stores, [node]Assignments >>]
1652 } 1652 }
1653 1653
1654 1654
1655 /*
1655 Main[args] 1656 Main[args]
1656 { 1657 {
1657 fname <- [args]Index[1] 1658 fname <- [args]Index[1]
1658 { 1659 {
1659 file <- <String@File[~] 1660 file <- <String@File[~]
1676 } 1677 }
1677 }{ 1678 }{
1678 REPL[New@Parser[]] 1679 REPL[New@Parser[]]
1679 } 1680 }
1680 } 1681 }
1682 */
1683