Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
140 stars 1 forks source link

Add all of the @GDScript built-in names to our reserved name list #88

Closed Mercerenies closed 1 year ago

Mercerenies commented 2 years ago

In compile::names, names line sin and lerp should be there, since Godot won't let us use those as our own identifiers.