NESM
NESM copied to clipboard
feature request: support `when defined` blocks.
here's an example that's not (AFAICT) supported.
import nesm
serializable:
type O = object
when defined(debug):
qname: string
other: int