fleabitdev / glsp

The GameLisp scripting language
https://gamelisp.rs/
Apache License 2.0
394 stars 13 forks source link

Feature request: local macros at class scope #23

Open tyomitch opened 3 years ago

tyomitch commented 3 years ago

Currently, classmacros can only be used in place of a class clause; it would help if there were class-scoped macros usable from inside its methods.