Mercerenies / gdlisp

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

Remove array and dict special cases in ast #126

Closed Mercerenies closed 1 year ago

Mercerenies commented 1 year ago

We converted the V{ ... } AST to desugar to list forms, so why not do the same for arrays and dictionaries?

Mercerenies commented 1 year ago

Closed by 5fe7b11. Special cases removed.