justinbangerter / gdscript-repl

Read Eval Print Loop for GDScript
BSD 3-Clause "New" or "Revised" License
20 stars 1 forks source link

better assignment handling #4

Closed justinbangerter closed 3 months ago

justinbangerter commented 3 months ago

should be able to do this:

>>> var x = Area2D.new()

getting a parse failure