welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 105 (spanning 104 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 105 as of 2008-03-19 13:14:27
Size: 1518
Editor: adsl196-190-249-217-196
Comment: ., http://gh49hg.cn/toole.html toole =-[[[, http://gh49hg.cn/revolutionfootballhelmet.html revolution football helmet 732379, http://gh49hg.cn/buckheadhotels.html buckhead hotels >:), http://gh49hg
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This page gives an in-depth specification of the DomTool language. Most members would probably prefer the more informal presentation in DomTool/UserGuide.

[[TableOfContents()]]

= Source code =

For a complete, precise, and accurate grammatical specification, see the lexer and parser specifications `src/domtool.lex` and `src/domtool.grm` in the DomTool source code. See `src/tycheck.sml` for the type-checker implementation. ["DomTool/Building"] has information on obtaining the source.

= Token conventions =

In the grammars that follow, we use these lexical token class names:

|| '''Name''' || '''Description''' ||
|| `CSymbol` || Capitalized identifier ||

= Predicates =

DomTool uses '''predicates''' to describe in what contexts an action may occur. For instance, web-related actions should only occur inside the scope of a virtual host directive. Predicates are built up following the grammar in the table below, using the letter `P` as the non-terminal for predicates.

Meanings are given as statements that must hold about the context where an action is found. The context is represented as a stack of '''context IDs''' which have been declared with `context` declarations.

|| '''Syntax''' || '''Description''' || '''Meaning''' ||
|| `Root` || Root || The stack is empty. ||
|| `CSymbol` || Context ID || `CSymbol` is on the top of the stack. ||
|| `^P` || Suffixes || Some (not necessarily strict) suffix of the stack matches `P`. ||
|| `!P` || Not || The stack ''doesn't'' match `P`. ||
|| `P1 & P2` || And || The stack matches both `P1` and `P2`. ||
|| `(P)` || Grouping || Identical to `P` ||
., http://gh49hg.cn/toole.html toole
 =-[[[, http://gh49hg.cn/revolutionfootballhelmet.html revolution football helmet
 732379, http://gh49hg.cn/buckheadhotels.html buckhead hotels
 >:), http://gh49hg.cn/mediastudies.html media studies
 458, http://gh49hg.cn/redcap.html red cap
 42059, http://gh49hg.cn/1995corvette.html 1995 corvette
 3770, http://gh49hg.cn/whitegowns.html white gowns
 jetbnx, http://gh49hg.cn/autotechnician.html auto technician
 84638, http://gh49hg.cn/praktica.html praktica
 965, http://gh49hg.cn/yz80.html yz 80
 =-PPP, http://gh49hg.cn/freefaller.html freefaller
 %-[[[, http://gh49hg.cn/cifial.html cifial
 curv, http://gh49hg.cn/orgyband.html orgy band
 152104, http://gh49hg.cn/deathvideoclips.html death video clips
 3813, http://gh49hg.cn/lenna.html lenna
 sijh, http://gh49hg.cn/margarettrudeau.html margaret trudeau
 =PP, http://gh49hg.cn/effectsofadvertising.html effects of advertising
 xvrn, http://gh49hg.cn/emokiss.html emo kiss
 ruxuan, http://gh49hg.cn/shaunhannity.html shaun hannity
 >:((, http://gh49hg.cn/remicaid.html remicaid
 >:-DDD, http://gh49hg.cn/drunkteenparty.html drunk teen party
 hswr, http://gh49hg.cn/howtomakeasword.html how to make a sword
 dicie, http://gh49hg.cn/mauser98k.html mauser 98k
 0194, http://gh49hg.cn/vgasplitter.html vga splitter
 :PP, http://gh49hg.cn/palletscales.html pallet scales
 =P, http://gh49hg.cn/eltridemexico.html el tri de mexico
 xanobf, http://gh49hg.cn/twm.html twm
 gtzrjc,
----
CategoryHomepage

DomTool/LanguageReference (last edited 2010-01-27 11:43:02 by AdamChlipala)