pgagnidze / ena

ქართული პროგრამირების ენა - Georgian Programming Language
https://ena-lang.org
GNU General Public License v3.0
21 stars 1 forks source link

Consider reserved keywords during transpilation #8

Closed pgagnidze closed 1 year ago

pgagnidze commented 1 year ago

Certain words reserved in Ena may have different meanings or uses in Lua, and vice versa. This disparity can create challenges when converting Ena code into Lua code. One specific concern is when a user employs a keyword, not reserved in Ena, such as "end," as a variable. After transpilation, the converted code may assign a value to "end," leading to unexpected errors.

pgagnidze commented 1 year ago

Closed by https://github.com/pgagnidze/ena/commit/03e4e21abb4dea81bb0d33a65dfa8ee8a30de906