NESM icon indicating copy to clipboard operation
NESM copied to clipboard

feature request: support `when defined` blocks.

Open brentp opened this issue 5 years ago • 0 comments

here's an example that's not (AFAICT) supported.

import nesm

serializable:
  type O = object
    when defined(debug):
      qname: string

    other: int

brentp avatar Sep 03 '19 16:09 brentp