fleabitdev / glsp

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

Improve hygiene of syms! macro #19

Closed cedric-h closed 4 years ago

cedric-h commented 4 years ago

Previously, the macro relied on having glsp::{GResult, Sym} in scope and would return a struct named Syms regardless of the $struct_name

fleabitdev commented 4 years ago

Good catch 👍