My favorites | Sign in
Project Logo
                
Search
for
Updated Feb 24, 2008 by forman.simon
Labels: Featured
LittleLanguageSyntax  
The syntax for the widget specification Little Language

Summary

widgets ::= [macros] element+

element ::= widget_type [options] [element+] .

options ::= equate+
macros ::= equate+

equate ::= something = something
               -or-
           something = "some string"

Details

Additionally

widget_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
Hosted by Google Code