- Timestamp:
- Nov 24, 2007, 2:02:30 AM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Removed whitespace from the generated while (otherwise the test won't pass!)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/200711-tock-seminars/200711-tock-slides.tex
r44 r45 970 970 genWhileC :: GenOps -> Expression -> Statement -> CodeGenM () 971 971 genWhileC ops exp body 972 = do tell ["while (削除) (削除ここまで)("]972 = do tell ["while(追記) (追記ここまで)("] 973 973 genExpression ops ops exp 974 974 tell [")"]
Note:
See TracChangeset
for help on using the changeset viewer.