stylewarning / deprecated-coalton-prototype

Coalton is (supposed to be) a dialect of ML embedded in Common Lisp.
MIT License
208 stars 7 forks source link

Expand macros in COALTON-TOPLEVEL #10

Open stylewarning opened 5 years ago

stylewarning commented 5 years ago

COALTON-TOPLEVEL processes forms manually. We should allow macroexpansion here so users can write their own define-* macros and the like.