sweet-js / sweet-core

Sweeten your JavaScript.
https://www.sweetjs.org
BSD 2-Clause "Simplified" License
4.58k stars 208 forks source link

Multi-token macro names #582

Open WreckedAvent opened 8 years ago

WreckedAvent commented 8 years ago

In some other languages, ? and ! are used to help distinguish between special forms of functions/syntax. Livescript has several of these, such as require!/require, lisp is very fond of ?, f# has things like let!/let.

Is there any planned support for these?

disnet commented 8 years ago

We had them in 0.x and I do want to add them back. readtables #535 might be sufficient but if not we can discussion how to add true multi-token macro names back.