David Anderson

Results 184 comments of David Anderson

I'd love to have this though in the current semantic pass it's not possible. In the IR-based compiler it would be, but it's getting difficult to make progress there without...

Oh, yeah, this was completely busted by combining the lexer and preprocessor into a single pass. We are trying to tie some information (a deprecate string) to the next set...

Do you have an example script? I can't repro with: ``` methodmap Blah { public int Length() { return 2; } } public void main() { Blah blah; for (int...

I can't reproduce this, do you have an example script?