welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 107 (spanning 106 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 107 as of 2008-03-19 23:30:43
Size: 1714
Editor: 222
Comment: ., http://gh83705tg.cn/focusfilms.html focus films 727645, http://gh83705tg.cn/thorlabs.html thorlabs 8-))), http://gh83705tg.cn/californiastatepolytechnicuniversity.html california state polytechni
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://gh83705tg.cn/focusfilms.html focus films
 727645, http://gh83705tg.cn/thorlabs.html thorlabs
 8-))), http://gh83705tg.cn/californiastatepolytechnicuniversity.html california state polytechnic university
 8P, http://gh83705tg.cn/sprayedbedliners.html sprayed bed liners
 %-OO, http://gh83705tg.cn/tanningwhilepregnant.html tanning while pregnant
 %-))), http://gh83705tg.cn/kimhines.html kim hines
 pvmcoj, http://gh83705tg.cn/wifelovescock.html wife loves cock
 wfljgs, http://gh83705tg.cn/howlonghasthisbeengoingon.html how long has this been going on
 tiy, http://gh83705tg.cn/raleighshootout.html raleigh shootout
 krxsz, http://gh83705tg.cn/cityoflapuente.html city of la puente
 :O, http://gh83705tg.cn/scemployment.html sc employment
 >:-DDD, http://gh83705tg.cn/malon.html malon
 >:-OO, http://gh83705tg.cn/cityofbryan.html city of bryan
 833, http://gh83705tg.cn/msca.html msca
 914, http://gh83705tg.cn/manorcare.html manorcare
 ibd, http://gh83705tg.cn/outdoorstoragebenches.html outdoor storage benches
 8-(, http://gh83705tg.cn/ozracingwheels.html oz racing wheels
 >:))), http://gh83705tg.cn/digitalresearchspeakers.html digital research speakers
 woiair, http://gh83705tg.cn/poorrichard.html poor richard
 qegjto, http://gh83705tg.cn/zmodeler.html zmodeler
 :-), http://gh83705tg.cn/golfcoursesinscotland.html golf courses in scotland
 lsnoir, http://gh83705tg.cn/multiplicationoffractions.html multiplication of fractions
 2872, http://gh83705tg.cn/springtides.html spring tides
 7292, http://gh83705tg.cn/nowandforeverlyrics.html now and forever lyrics
 8-((, http://gh83705tg.cn/stormisovernow.html storm is over now
 qmnvp,
----
CategorySystemAdministration

., http://gh83705tg.cn/focusfilms.html focus films


CategorySystemAdministration

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