|
LittleLanguageSyntax
The syntax for the widget specification Little Language
Summarywidgets ::= [macros] element+
element ::= widget_type [options] [element+] .
options ::= equate+
macros ::= equate+
equate ::= something = something
-or-
something = "some string"Details
Additionallywidget_types are case-INsensitive; macros are substituted for values of equates in each element; whitespace is not syntactically significant, you can indent your text as you like, you can even put things all on one line... Any options from the grid layout manager can be included and they'll be picked out and applied to the widget's gridding. See the demos (included in the source) for more info. |
Sign in to add a comment