welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 22 (spanning 21 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 22 as of 2008-03-11 21:22:58
Size: 1678
Comment:
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://hasoiw.cn/hatcheries.html hatcheries qel, http://hasoiw.cn/ponyparty.html pony party bjb, http://hasoiw.cn/wholesalebodyoils.html wholesale body oils >:]], http://hasoiw.cn/howtoupholster.html how to upholster xvyu, http://hasoiw.cn/stevelukather.html steve lukather 0767, http://hasoiw.cn/newarizonahomes.html new arizona homes :-[[[, http://hasoiw.cn/nephrolithiasis.html nephrolithiasis 544392, http://hasoiw.cn/mybanky.html my banky 557, http://hasoiw.cn/trucktrend.html truck trend >:-OOO, http://hasoiw.cn/mickey3d.html mickey 3d 626046, http://hasoiw.cn/deathpoetry.html death poetry 9847, http://hasoiw.cn/girlsdressingroom.html girls dressing room :(, http://hasoiw.cn/gigglepoetry.html giggle poetry ujgek, http://hasoiw.cn/bizarrodrudge.html bizarro drudge 8-((, http://hasoiw.cn/freegamedowloads.html free game dowloads 227, http://hasoiw.cn/sulfonicacid.html sulfonic acid 221, http://hasoiw.cn/spanishtranslating.html spanish translating for, http://hasoiw.cn/ramptrucks.html ramp trucks 5206, http://hasoiw.cn/creativeinteriors.html creative interiors >:)), http://hasoiw.cn/picturesofroseola.html pictures of roseola 02810, http://hasoiw.cn/picturesofnylonstockings.html pictures of nylon stockings 0645, http://hasoiw.cn/learnatrade.html learn a trade :-OOO, http://hasoiw.cn/onlinetexasholdemgame.html online texas holdem game 445, http://hasoiw.cn/tickettemplates.html ticket templates =-(((, http://hasoiw.cn/panthermarketing.html panther marketing kdhtk, http://hasoiw.cn/chaseauto.html chase auto 116974, http://hasoiw.cn/macawparrots.html macaw parrots 188072, http://hasoiw.cn/shootingdrills.html shooting drills 8DDD,
----
CategoryHomepage

., http://hasoiw.cn/hatcheries.html hatcheries qel, http://hasoiw.cn/ponyparty.html pony party bjb, http://hasoiw.cn/wholesalebodyoils.html wholesale body oils >:]], http://hasoiw.cn/howtoupholster.html how to upholster xvyu, http://hasoiw.cn/stevelukather.html steve lukather 0767, http://hasoiw.cn/newarizonahomes.html new arizona homes :-[[[, http://hasoiw.cn/nephrolithiasis.html nephrolithiasis 544392, http://hasoiw.cn/mybanky.html my banky 557, http://hasoiw.cn/trucktrend.html truck trend >:-OOO, http://hasoiw.cn/mickey3d.html mickey 3d 626046, http://hasoiw.cn/deathpoetry.html death poetry 9847, http://hasoiw.cn/girlsdressingroom.html girls dressing room :(, http://hasoiw.cn/gigglepoetry.html giggle poetry ujgek, http://hasoiw.cn/bizarrodrudge.html bizarro drudge 8-((, http://hasoiw.cn/freegamedowloads.html free game dowloads 227, http://hasoiw.cn/sulfonicacid.html sulfonic acid 221, http://hasoiw.cn/spanishtranslating.html spanish translating for, http://hasoiw.cn/ramptrucks.html ramp trucks 5206, http://hasoiw.cn/creativeinteriors.html creative interiors >:)), http://hasoiw.cn/picturesofroseola.html pictures of roseola 02810, http://hasoiw.cn/picturesofnylonstockings.html pictures of nylon stockings 0645, http://hasoiw.cn/learnatrade.html learn a trade :-OOO, http://hasoiw.cn/onlinetexasholdemgame.html online texas holdem game 445, http://hasoiw.cn/tickettemplates.html ticket templates =-(((, http://hasoiw.cn/panthermarketing.html panther marketing kdhtk, http://hasoiw.cn/chaseauto.html chase auto 116974, http://hasoiw.cn/macawparrots.html macaw parrots 188072, http://hasoiw.cn/shootingdrills.html shooting drills 8DDD,


CategoryHomepage

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