AZHenley / knox

A toy programming language written in Go that compiles to C.
MIT License
96 stars 7 forks source link

Ensure unique identifier names #139

Open AZHenley opened 5 years ago

AZHenley commented 5 years ago

Names should not clash with Knox or C keywords. Method names should not clash with function names. Names should not clash with C library names.