welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 94 (spanning 93 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 94 as of 2008-03-17 11:58:41
Size: 2404
Editor: 222
Comment: ., http://f3g7fg63o.cn/peerreviewedjournals.html peer reviewed journals 8-)), http://f3g7fg63o.cn/truckwrap.html truck wrap =OO, http://f3g7fg63o.cn/emersonprocess.html emerson process 516836, 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://f3g7fg63o.cn/peerreviewedjournals.html peer reviewed journals
 8-)), http://f3g7fg63o.cn/truckwrap.html truck wrap
 =OO, http://f3g7fg63o.cn/emersonprocess.html emerson process
 516836, http://f3g7fg63o.cn/blackpegasus.html black pegasus
 dyvlq, http://f3g7fg63o.cn/mathformulachart.html math formula chart
 13868, http://f3g7fg63o.cn/underthecounterradio.html under the counter radio
 izps, http://f3g7fg63o.cn/casablancaconference.html casablanca conference
 320741, http://f3g7fg63o.cn/futuramanaked.html futurama naked
 447, http://f3g7fg63o.cn/societyautomotiveengineers.html society automotive engineers
 00149, http://f3g7fg63o.cn/dependableautoshipping.html dependable auto shipping
 8DDD, http://f3g7fg63o.cn/jokesaboutmidgets.html jokes about midgets
 jnfwj, http://f3g7fg63o.cn/journalspace.html journalspace
 >:-], http://f3g7fg63o.cn/knockoutpunches.html knockout punches
 :]]], http://f3g7fg63o.cn/woodburycommonpremiumoutlets.html woodbury common premium outlets
 moge, http://f3g7fg63o.cn/hopeuniversity.html hope university
 4562, http://f3g7fg63o.cn/architrave.html architrave
 hmhd, http://f3g7fg63o.cn/ducttapewartremoval.html duct tape wart removal
 qhdfad, http://f3g7fg63o.cn/electricalfires.html electrical fires
 xsb, http://f3g7fg63o.cn/skyliner32.html skyline r32
 %]], http://f3g7fg63o.cn/drinkinghorn.html drinking horn
 >:-P, http://f3g7fg63o.cn/grannywomen.html granny women
 >:D, http://f3g7fg63o.cn/databasedrivenwebsite.html database driven website
 sfucl, http://f3g7fg63o.cn/olympiaphone.html olympia phone
 eeam, http://f3g7fg63o.cn/tinibikini.html tini bikini
 wtm, http://f3g7fg63o.cn/lanebryantmaternity.html lane bryant maternity
 65439, http://f3g7fg63o.cn/cuckoldhusbandhumiliation.html cuckold husband humiliation
 nljv, http://f3g7fg63o.cn/basketballregulations.html basketball regulations
 lhm, http://f3g7fg63o.cn/newbirthchurch.html new birth church
 >:[, http://f3g7fg63o.cn/milwaukeevalve.html milwaukee valve
 =P, http://f3g7fg63o.cn/333333.html 333333
 6905, http://f3g7fg63o.cn/anatomyforartist.html anatomy for artist
 %-OO, http://f3g7fg63o.cn/friedsweetpotato.html fried sweet potato
 %-))), http://f3g7fg63o.cn/akonbanaza.html akon banaza
 47311, http://f3g7fg63o.cn/wescam.html wescam
 %-PP, http://f3g7fg63o.cn/engineeredhardwoodfloor.html engineered hardwood floor
 018066,
----
CategoryOutdated

., http://f3g7fg63o.cn/peerreviewedjournals.html peer reviewed journals


CategoryOutdated

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