dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D
http://sdlang.org
Other
120 stars 21 forks source link

boolean literal tag names? #71

Open icecoldtofu opened 4 years ago

icecoldtofu commented 4 years ago

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: