mattbierner / khepri

ECMAScript derived programming language
http://khepri-lang.com/
MIT License
67 stars 3 forks source link

Move identifier mapping to translate instead of lexical check #57

Closed mattbierner closed 10 years ago

mattbierner commented 10 years ago

Lexical check should not update nodes at all (except attaching user data). The mapping should take place during translation when information about the real blocks of the generated is available.