MTASC 1.04 OS X
Friday, 15 April 2005Niclas Cannasse has just released MTASC 1.04. As usual I’ve compiled MTASC on OS X and created a distribution package. Download MTASC 1.04 OS X.
What’s new?
foroptional first parameter and expression- fixed
while( o )++ i; - added error when duplicate
importstatement (with same or different package) - added class-exist
importcheck - import will now link classes
- fixed typing error with single
varin a block - fixed parser error with
a ? b : cand big left-expression - fixed bug when catching “imported” exception class
- changed boolean operators typing
- added
-flash6for F6 compilation - added
-tracefor customtracefunction - added optional color component for
-header
See mtasc.org for more info.
– Update –
I have updated MTASC 1.04 OS X to reflect the updated Nicolas has just made to the MTASC source code that fixes a few important issues…
- The bug in MTASC 1.04 have been found and fixed, it was some quick and dirty
buggy in-memory mutation when handling
catchclauses. A && BandA || Btypes as the most common type betweenAandB. That means that0 || truetype isObject, and that still ifBextendsA, you haveB || Atype isA.
I would recommend redownloading this release.







