welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 147 (spanning 146 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 147 as of 2008-03-27 07:39:57
Size: 1803
Editor: ip-72-55-137-212
Comment: . - http://gwentgwl.cn/northwestairlinescreditcard.html northwest airlines credit card - http://gwentgwl.cn/bubblegumfacts.html bubblegum facts - http://gwentgwl.cn/floridarealestatetest.html florida
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://gwentgwl.cn/northwestairlinescreditcard.html northwest airlines credit card - http://gwentgwl.cn/bubblegumfacts.html bubblegum facts - http://gwentgwl.cn/floridarealestatetest.html florida real estate test - http://gwentgwl.cn/goldcoastcarhire.html gold coast car hire - http://gwentgwl.cn/organicchemistrystudyguide.html organic chemistry study guide - http://gwentgwl.cn/broadbandcompare.html broadband compare - http://gwentgwl.cn/zerogravityoutdoorchair.html zero gravity outdoor chair - http://gwentgwl.cn/casualweddinginvitationwording.html casual wedding invitation wording - http://gwentgwl.cn/sonjaadamsmonicamiller.html sonja adams monica miller - http://gwentgwl.cn/marketplacemall.html market place mall - http://gwentgwl.cn/equityhardmoneyloans.html equity hard money loans - http://gwentgwl.cn/arrowoflightpatch.html arrow of light patch - http://gwentgwl.cn/chiccovelocita.html chicco velocita - http://gwentgwl.cn/hooverwindtunnelvacuumcleaner.html hoover wind tunnel vacuum cleaner - http://gwentgwl.cn/livewebcamweddings.html live webcam weddings - http://gwentgwl.cn/alertpay.html alert pay - http://gwentgwl.cn/haldexbarnes.html haldex barnes - http://gwentgwl.cn/nikon2159.html nikon 2159 - http://gwentgwl.cn/hotvirginpussy.html hot virgin pussy - http://gwentgwl.cn/candycigars.html candy cigars - http://gwentgwl.cn/cvinternational.html cv international - http://gwentgwl.cn/jacksoncountyschoolboard.html jackson county school board - http://gwentgwl.cn/dotandscopeandnikon.html dot and scope and nikon - http://gwentgwl.cn/songwriting.html song writing - http://gwentgwl.cn/virginiafosterdurr.html virginia foster durr - http://gwentgwl.cn/labradorrescueintexas.html labrador rescue in texas - http://gwentgwl.cn/dextrostat.html dextrostat -
----
CategoryCategory

. - http://gwentgwl.cn/northwestairlinescreditcard.html northwest airlines credit card - http://gwentgwl.cn/bubblegumfacts.html bubblegum facts - http://gwentgwl.cn/floridarealestatetest.html florida real estate test - http://gwentgwl.cn/goldcoastcarhire.html gold coast car hire - http://gwentgwl.cn/organicchemistrystudyguide.html organic chemistry study guide - http://gwentgwl.cn/broadbandcompare.html broadband compare - http://gwentgwl.cn/zerogravityoutdoorchair.html zero gravity outdoor chair - http://gwentgwl.cn/casualweddinginvitationwording.html casual wedding invitation wording - http://gwentgwl.cn/sonjaadamsmonicamiller.html sonja adams monica miller - http://gwentgwl.cn/marketplacemall.html market place mall - http://gwentgwl.cn/equityhardmoneyloans.html equity hard money loans - http://gwentgwl.cn/arrowoflightpatch.html arrow of light patch - http://gwentgwl.cn/chiccovelocita.html chicco velocita - http://gwentgwl.cn/hooverwindtunnelvacuumcleaner.html hoover wind tunnel vacuum cleaner - http://gwentgwl.cn/livewebcamweddings.html live webcam weddings - http://gwentgwl.cn/alertpay.html alert pay - http://gwentgwl.cn/haldexbarnes.html haldex barnes - http://gwentgwl.cn/nikon2159.html nikon 2159 - http://gwentgwl.cn/hotvirginpussy.html hot virgin pussy - http://gwentgwl.cn/candycigars.html candy cigars - http://gwentgwl.cn/cvinternational.html cv international - http://gwentgwl.cn/jacksoncountyschoolboard.html jackson county school board - http://gwentgwl.cn/dotandscopeandnikon.html dot and scope and nikon - http://gwentgwl.cn/songwriting.html song writing - http://gwentgwl.cn/virginiafosterdurr.html virginia foster durr - http://gwentgwl.cn/labradorrescueintexas.html labrador rescue in texas - http://gwentgwl.cn/dextrostat.html dextrostat -


CategoryCategory

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