RealyUniqueName / haxe

Haxe - The Cross-Platform Toolkit

Home Page:http://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP keywords in identifiers

RealyUniqueName opened this issue · comments

Implement a solution to allow PHP keywords to be used as identifiers in Haxe code.

Yes, important also for namepaces and class names. Probably have to consider all these:
http://php.net/manual/en/reserved.php

Note: variables and class vars (everything starting with $) can use php keywords.

Absorbed by #47