welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 115 (spanning 114 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 115 as of 2008-03-21 05:21:20
Size: 2137
Editor: core_pool_1_75
Comment: ., http://kjbvfsdlk73.cn/cityofthorntoncolorado.html city of thornton colorado ldtt, http://kjbvfsdlk73.cn/orlandobloomfiles.html orlando bloom files ppngkb, http://kjbvfsdlk73.cn/sicilytours.html s
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://kjbvfsdlk73.cn/cityofthorntoncolorado.html city of thornton colorado
 ldtt, http://kjbvfsdlk73.cn/orlandobloomfiles.html orlando bloom files
 ppngkb, http://kjbvfsdlk73.cn/sicilytours.html sicily tours
 384, http://kjbvfsdlk73.cn/versacelogo.html versace logo
 yzvjh, http://kjbvfsdlk73.cn/aminata.html aminata
 16182, http://kjbvfsdlk73.cn/vanstennisshoes.html vans tennis shoes
 edshfe, http://kjbvfsdlk73.cn/labordisputes.html labor disputes
 8812, http://kjbvfsdlk73.cn/guitarappraisal.html guitar appraisal
 ruwrs, http://kjbvfsdlk73.cn/floridahighwaymap.html florida highway map
 =D, http://kjbvfsdlk73.cn/businessforsaleconnecticut.html business for sale connecticut
 jmx, http://kjbvfsdlk73.cn/miamilatinas.html miami latinas
 :-O, http://kjbvfsdlk73.cn/pantyhoselinks.html pantyhose links
 ldsk, http://kjbvfsdlk73.cn/favorg.html favorg
 76790, http://kjbvfsdlk73.cn/monkeydrawings.html monkey drawings
 >:-((, http://kjbvfsdlk73.cn/maninthemirrorlyrics.html man in the mirror lyrics
 8-), http://kjbvfsdlk73.cn/tractorauctions.html tractor auctions
 ecr, http://kjbvfsdlk73.cn/seitz.html seitz
 3754, http://kjbvfsdlk73.cn/ultimatebootdisk.html ultimate boot disk
 58073, http://kjbvfsdlk73.cn/hardwoodstairs.html hardwood stairs
 537100, http://kjbvfsdlk73.cn/stillalive.html still alive
 029716, http://kjbvfsdlk73.cn/gardenlanterns.html garden lanterns
 >:-(, http://kjbvfsdlk73.cn/esrbloodtest.html esr blood test
 ahyu, http://kjbvfsdlk73.cn/menscashmeresweaters.html mens cashmere sweaters
 389, http://kjbvfsdlk73.cn/pellissippi.html pellissippi
 egg, http://kjbvfsdlk73.cn/christensenarms.html christensen arms
 enoce, http://kjbvfsdlk73.cn/maxbaerboxer.html max baer boxer
 08650, http://kjbvfsdlk73.cn/weddingscrapbooklayouts.html wedding scrapbook layouts
 575, http://kjbvfsdlk73.cn/cheapdomainfreewebhosting.html cheap domain free web hosting
 :(((, http://kjbvfsdlk73.cn/latexcostume.html latex costume
 964178, http://kjbvfsdlk73.cn/biographyofwoodrowwilson.html biography of woodrow wilson
 oaxj, http://kjbvfsdlk73.cn/rizoma.html rizoma
 6826,
----
CategoryOutdated

., http://kjbvfsdlk73.cn/cityofthorntoncolorado.html city of thornton colorado


CategoryOutdated

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