welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 133 (spanning 132 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 133 as of 2008-03-23 19:02:55
Size: 1641
Editor: 69-217-73-52
Comment: . - http://ghwe807ghlg.cn/2005malibu.html 2005 malibu - http://ghwe807ghlg.cn/didomp3.html dido mp3 - http://ghwe807ghlg.cn/sharksweeper.html shark sweeper - http://ghwe807ghlg.cn/westpharmaceutical.h
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://ghwe807ghlg.cn/2005malibu.html 2005 malibu - http://ghwe807ghlg.cn/didomp3.html dido mp3 - http://ghwe807ghlg.cn/sharksweeper.html shark sweeper - http://ghwe807ghlg.cn/westpharmaceutical.html west pharmaceutical - http://ghwe807ghlg.cn/aidscharity.html aids charity - http://ghwe807ghlg.cn/winloseordraw.html win lose or draw - http://ghwe807ghlg.cn/okgogetoverit.html ok go get over it - http://ghwe807ghlg.cn/perkinsschoolfortheblind.html perkins school for the blind - http://ghwe807ghlg.cn/clownfacepicture.html clown face picture - http://ghwe807ghlg.cn/unicoi.html unicoi - http://ghwe807ghlg.cn/adultvideosharing.html adult video sharing - http://ghwe807ghlg.cn/skincaresamples.html skin care samples - http://ghwe807ghlg.cn/princemostbeautifulgirlintheworld.html prince most beautiful girl in the world - http://ghwe807ghlg.cn/newseum.html newseum - http://ghwe807ghlg.cn/artinstituteoftoronto.html art institute of toronto - http://ghwe807ghlg.cn/agent69.html agent 69 - http://ghwe807ghlg.cn/nudefemalevideos.html nude female videos - http://ghwe807ghlg.cn/filthygirls.html filthy girls - http://ghwe807ghlg.cn/garbagehaulers.html garbage haulers - http://ghwe807ghlg.cn/freehypnosismp3.html free hypnosis mp3 - http://ghwe807ghlg.cn/zoominfo.html zoom info - http://ghwe807ghlg.cn/hawaiiland.html hawaii land - http://ghwe807ghlg.cn/arabiafinland.html arabia finland - http://ghwe807ghlg.cn/alquranmp3.html al quran mp3 - http://ghwe807ghlg.cn/plantronicsvoyager510bluetoothheadset.html plantronics voyager 510 bluetooth headset - http://ghwe807ghlg.cn/genetracy.html gene tracy -
----
CategorySystemAdministration

. - http://ghwe807ghlg.cn/2005malibu.html 2005 malibu - http://ghwe807ghlg.cn/didomp3.html dido mp3 - http://ghwe807ghlg.cn/sharksweeper.html shark sweeper - http://ghwe807ghlg.cn/westpharmaceutical.html west pharmaceutical - http://ghwe807ghlg.cn/aidscharity.html aids charity - http://ghwe807ghlg.cn/winloseordraw.html win lose or draw - http://ghwe807ghlg.cn/okgogetoverit.html ok go get over it - http://ghwe807ghlg.cn/perkinsschoolfortheblind.html perkins school for the blind - http://ghwe807ghlg.cn/clownfacepicture.html clown face picture - http://ghwe807ghlg.cn/unicoi.html unicoi - http://ghwe807ghlg.cn/adultvideosharing.html adult video sharing - http://ghwe807ghlg.cn/skincaresamples.html skin care samples - http://ghwe807ghlg.cn/princemostbeautifulgirlintheworld.html prince most beautiful girl in the world - http://ghwe807ghlg.cn/newseum.html newseum - http://ghwe807ghlg.cn/artinstituteoftoronto.html art institute of toronto - http://ghwe807ghlg.cn/agent69.html agent 69 - http://ghwe807ghlg.cn/nudefemalevideos.html nude female videos - http://ghwe807ghlg.cn/filthygirls.html filthy girls - http://ghwe807ghlg.cn/garbagehaulers.html garbage haulers - http://ghwe807ghlg.cn/freehypnosismp3.html free hypnosis mp3 - http://ghwe807ghlg.cn/zoominfo.html zoom info - http://ghwe807ghlg.cn/hawaiiland.html hawaii land - http://ghwe807ghlg.cn/arabiafinland.html arabia finland - http://ghwe807ghlg.cn/alquranmp3.html al quran mp3 - http://ghwe807ghlg.cn/plantronicsvoyager510bluetoothheadset.html plantronics voyager 510 bluetooth headset - http://ghwe807ghlg.cn/genetracy.html gene tracy -


CategorySystemAdministration

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