[haXe] Multiple errors reported in each invocation
Asger Ottar Alstrup
asger at area9.dk
Wed Apr 26 11:02:48 CEST 2006
Hi,
We are using haXe to develop a big and complex application, targetting
Flash. The strong typing is a great help for this, especially when you have
to refactor things.
However, one thing is annoying: haXe only reports one error at a time.
Reading the code, there are three passes that can produce errors: 1) Lexing,
2) Parsing and 3) Typing.
I understand that implementing error recovery in lexing and parsing is
difficult, but in the typer, at least some classes of errors should be
simple to recover from.
So I would like to ask if you could maybe implement one example of error
recovery in typing, maybe for wrong access rights, and then it would be
simpler for someone like me who's not fluent in ocaml to extend it to cover
more typing errors.
Regards,
Asger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.motion-twin.com/pipermail/haxe/attachments/20060426/4d7c3889/attachment.htm
More information about the Haxe
mailing list