SDLang-D icon indicating copy to clipboard operation
SDLang-D copied to clipboard

boolean literal tag names?

Open icecoldtofu opened this issue 5 years ago • 0 comments

I can't seem to find a BNF or any other unambiguous grammar description for sdlang so I'm not sure.

In this example:

some-tag {
    on off
}

Is the child of some-tag:

  • a tag named "on" with one value [false]
  • an anonymous tag with two values [true, false]

icecoldtofu avatar Mar 22 '20 23:03 icecoldtofu