welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 114 (spanning 113 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 114 as of 2008-03-21 00:22:41
Size: 1504
Editor: core_pool_1_75
Comment: . - http://coolbeast.webng.com/ninobacci.html nino bacci - http://coolbeast.webng.com/coronetbeddrape.html coronet bed drape - http://coolbeast.webng.com/hilleryduffnude.html hillery duff nude - http:
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://coolbeast.webng.com/ninobacci.html nino bacci - http://coolbeast.webng.com/coronetbeddrape.html coronet bed drape - http://coolbeast.webng.com/hilleryduffnude.html hillery duff nude - http://coolbeast.webng.com/lilkimbreastexposedatgrammys.html lil kim breast exposed at grammys - http://coolbeast.webng.com/hypnotrick.html hypnotrick - http://coolbeast.webng.com/alvissprayonsiding.html alvis spray on siding - http://coolbeast.webng.com/spiderbabe.html spiderbabe - http://coolbeast.webng.com/cathyshim.html cathy shim - http://coolbeast.webng.com/tangotime.html tangotime - http://coolbeast.webng.com/joebobs.html joebobs - http://coolbeast.webng.com/reesewitherspoontwilight.html reese witherspoon twilight - http://coolbeast.webng.com/aclar.html aclar - http://coolbeast.webng.com/tennisraquets.html tennis raquets - http://coolbeast.webng.com/unmountable_boot_volume.html unmountable_boot_volume - http://coolbeast.webng.com/sandrateenmodel.html sandrateenmodel - http://coolbeast.webng.com/lc3040n.html lc3040n - http://coolbeast.webng.com/activella.html activella - http://coolbeast.webng.com/wreckedexotics.html wrecked exotics - http://coolbeast.webng.com/bubes.html bubes - http://coolbeast.webng.com/skilletsavior.html skillet savior - http://coolbeast.webng.com/keriaknightly.html keria knightly - http://coolbeast.webng.com/buyowner.html buyowner - http://coolbeast.webng.com/salpar.html salpar - http://coolbeast.webng.com/raeleehill.html raelee hill -
----
CategoryOutdated

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