jump to detailed chart | hide Line HistoryConstraint |
Recent Changelog
408
by rfield
06 October 2007, 09:31:43 -0700
(
15 months ago)
Fixed JFXC-55 : if-syntax should be consistent Syntax: IF (cond) true_part [ELSE false_part] Transitionally allow optional THEN after ")". Fix ambiguity warning in if-else. Fix warning in generated c… … 5 more files in changeset.
406
by rfield
05 October 2007, 17:57:08 -0700
(
15 months ago)
Fixed JFXC-54 : extra requirement for semicolons semicolons no longer required after blocks/block-expressions, for example -- if (b) then {abc} else {xyz} /* semi optional here */ Also more complete… … 4 more files in changeset.
294
by bothner
18 September 2007, 21:00:47 -0700
(
15 months ago)
Add test for successive nested block-expressions. Change to test an optional semi-colon.
./Main.fx.EXPECTED
294
|