welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 1 and 113 (spanning 112 versions)
Revision 1 as of 2006-12-17 16:47:06
Size: 1640
Editor: AdamChlipala
Comment:
Revision 113 as of 2008-03-20 23:08:25
Size: 2584
Editor: 222
Comment: ., http://jkbnelkbg.cn/newyorkcitymedicalmalpracticeattorneys.html new york city medical malpractice attorneys qpe, http://jkbnelkbg.cn/crappedpants.html crapped pants %-), http://jkbnelkbg.cn/tenth
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://jkbnelkbg.cn/newyorkcitymedicalmalpracticeattorneys.html new york city medical malpractice attorneys
 qpe, http://jkbnelkbg.cn/crappedpants.html crapped pants
 %-), http://jkbnelkbg.cn/tenthousandangels.html ten thousand angels
 %PP, http://jkbnelkbg.cn/uncensoredrapmusicvideos.html uncensored rap music videos
 :-((, http://jkbnelkbg.cn/findthedifferences.html find the differences
 sbjto, http://jkbnelkbg.cn/elastrator.html elastrator
 hsy, http://jkbnelkbg.cn/cookiedoughfundraising.html cookie dough fundraising
 jackv, http://jkbnelkbg.cn/freepcbooster.html free pc booster
 xed, http://jkbnelkbg.cn/bbqapron.html bbq apron
 381, http://jkbnelkbg.cn/clinicalresearchtrials.html clinical research trials
 00833, http://jkbnelkbg.cn/shimmerwrestling.html shimmer wrestling
 26947, http://jkbnelkbg.cn/trabeculectomy.html trabeculectomy
 aipcsj, http://jkbnelkbg.cn/discounttoyotaparts.html discount toyota parts
 52057, http://jkbnelkbg.cn/typesofbatteries.html types of batteries
 481, http://jkbnelkbg.cn/banglewatch.html bangle watch
 %D, http://jkbnelkbg.cn/denisebrown.html denise brown
 tshk, http://jkbnelkbg.cn/smilinggirl.html smiling girl
 3132, http://jkbnelkbg.cn/libertynationalinsurance.html liberty national insurance
 785, http://jkbnelkbg.cn/picturesofjohncabot.html pictures of john cabot
 8-PPP, http://jkbnelkbg.cn/sportsinthemedia.html sports in the media
 >:-DDD, http://jkbnelkbg.cn/liftstation.html lift station
 201483, http://jkbnelkbg.cn/publicserviceelectricandgas.html public service electric and gas
 wgdx, http://jkbnelkbg.cn/dvdzones.html dvd zones
 jjkt, http://jkbnelkbg.cn/womankilledbyalligator.html woman killed by alligator
 8882, http://jkbnelkbg.cn/binglee.html bing lee
 tewsb, http://jkbnelkbg.cn/tabatha.html tabatha
 =-(((, http://jkbnelkbg.cn/badhabbit.html bad habbit
 991, http://jkbnelkbg.cn/bestsmallbusinesscreditcard.html best small business credit card
 lluld, http://jkbnelkbg.cn/popupscreenroom.html pop up screen room
 %[[, http://jkbnelkbg.cn/kellyripa.html kellyripa
 850, http://jkbnelkbg.cn/bubbleroom.html bubble room
 >:PP, http://jkbnelkbg.cn/ovenmitt.html oven mitt
 mscl, http://jkbnelkbg.cn/newbelgiumbrewing.html new belgium brewing
 :]], http://jkbnelkbg.cn/classiccarradio.html classic car radio
 >:)), http://jkbnelkbg.cn/atlantarappers.html atlanta rappers
 772333, http://jkbnelkbg.cn/homemadebombs.html homemade bombs
 69535, http://jkbnelkbg.cn/halleberre.html halle berre
 >:]], http://jkbnelkbg.cn/concordant.html concordant
 570,
----
CategoryHomepage

., http://jkbnelkbg.cn/newyorkcitymedicalmalpracticeattorneys.html new york city medical malpractice attorneys


CategoryHomepage

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