welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 111 (spanning 110 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 111 as of 2008-03-20 18:49:19
Size: 1227
Editor: 222
Comment: . - http://coolbeas.angelcities.com/frillyknickers.html frilly knickers - http://coolbeas.angelcities.com/tittes.html tittes - http://coolbeas.angelcities.com/jenniferconnelynude.html jennifer connely
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://coolbeas.angelcities.com/frillyknickers.html frilly knickers - http://coolbeas.angelcities.com/tittes.html tittes - http://coolbeas.angelcities.com/jenniferconnelynude.html jennifer connely nude - http://coolbeas.angelcities.com/40and50plus.html 40and50plus - http://coolbeas.angelcities.com/fetalalcoholsyndrom.html fetal alcohol syndrom - http://coolbeas.angelcities.com/bannanarepublic.html bannana republic - http://coolbeas.angelcities.com/yuffiekisaragi.html yuffie kisaragi - http://coolbeas.angelcities.com/wifelover.html wifelover - http://coolbeas.angelcities.com/katiacorriveau.html katia corriveau - http://coolbeas.angelcities.com/lubashumeyko.html luba shumeyko - http://coolbeas.angelcities.com/edgrimley.html ed grimley - http://coolbeas.angelcities.com/myjal.html myjal - http://coolbeas.angelcities.com/infranview.html infranview - http://coolbeas.angelcities.com/myrkadellanos.html myrka dellanos - http://coolbeas.angelcities.com/justmarriedsex.html justmarriedsex - http://coolbeas.angelcities.com/dierksbently.html dierks bently - http://coolbeas.angelcities.com/rafaelverga.html rafael verga - http://coolbeas.angelcities.com/wakaloobilliards.html wakaloo billiards -
----
CategoryCategory

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