Phalanger
Phalanger copied to clipboard
Remove "import" keyword
We can't remove "import" in this way since it is Phalanger keyword, needed by older apps. The proper way would be to handle it in Scanner.cs, reinterpret T_IMPORT in case you don't want it (currently "import" is only interpreted as keyword if you are compiling in Pure mode)
I figured it would be rejected. Loud and clear, let me see what I can roll out in the next few minutes...
On Tue, Apr 7, 2015 at 12:36 PM, Jakub Míšek [email protected] wrote:
We can't remove "import" in this way since it is Phalanger keyword, needed by older apps. The proper way would be to handle it in Scanner.cs, reinterpret T_IMPORT in case you don't want it (currently "import" is only interpreted as keyword if you are compiling in Pure mode)
— Reply to this email directly or view it on GitHub https://github.com/DEVSENSE/Phalanger/pull/50#issuecomment-90639741.
Robert Plummer
How about them apples?
Does this implementation work for you?