welcome: please sign in

Diff for "DomTool/LanguageReference"

Differences between revisions 3 and 151 (spanning 148 versions)
Revision 3 as of 2006-12-17 17:18:17
Size: 4706
Editor: AdamChlipala
Comment: Expressions
Revision 151 as of 2008-03-28 01:22:11
Size: 1857
Editor: 202
Comment: . - http://vu65f8vt7.cn/alcoholicpunchdrinks.html alcoholic punch drinks - http://vu65f8vt7.cn/romamaffianude.html roma maffia nude - http://vu65f8vt7.cn/libertytexashighschool.html liberty texas high
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''' ||
|| `Int` || Integer constant ||
|| `String` || String constant (enclosed in double quotes) ||
|| `Symbol` || Identifier starting with a lowercase letter ||
|| `CSymbol` || Identifier starting with a capital letter ||

= 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` ||

= Types =

Types describe expressions. As is standard in statically-typed programming languages, they are used only for validation purposes and have no real effect on the "output" of a program. The following table gives the grammar of types `T`. The section on expressions will give the meanings of types in terms of which expressions have which types.

|| '''Syntax''' || '''Description''' ||
|| `Symbol` || Extern type ||
|| `[T]` || List of `T`s ||
|| `T1 -> T2` || Function from `T1` to `T2` ||
|| `[P]` || Action allowed only when `P` is satisified; requires no environment variables on input and writes none of its own ||
|| `[P] {CSymbol1 : T1, ..., CSymbolN : TN}` || Action that requires environment variables `CSymbol1`, ..., `CSymbolN` to have the given types when run ||
|| `[P] {CSymbol1_1 : T1_1, ..., CSymbol1_N : T1_N} => {CSymbol2_1 : T2_1, ..., CSymbol2_M : T2_M}` || Like the last case, but the second set of typed environment variables describes what the action will write ||
|| `P => T` || A nested action that requires that its nested configuration satisfy `P`; `T` should be some action type ||
|| `(T)` || Grouping ||

= Expressions =

Here is the grammar of expressions `E`. As is standard in ML-family languages and Haskell, juxtaposition is used to represent function application, with application associating to the left.

|| '''Syntax''' || '''Description''' || '''Typing''' ||
|| `Int` || Integer constant || `G |- Int : int` ||
|| `String` || String constant || `G |- String : string` ||
|| `[E1, ..., EN]` || List || If `G |- Ei : T` for each `Ei`, then `G |- [E1, ..., EN] : [T]`. ||
|| `Symbol` || Variable || `G1, Symbol : T, G2 |- Symbol : T`. ||
|| `E1 E2` || Application || If `G |- E1 : T1 -> T2` and `G |- E2 : T1`, then `G |- E1 E2 : T2`. ||
|| `\ Symbol -> E` || Abstraction (inferred domain type) || If `G, Symbol : T1 |- E : T2`, then `G |- \ Symbol -> E : T1 -> T2`. ||
|| `\ Symbol : (T1) -> E` || Abstraction (explicit domain type) || If `G, Symbol : T1 |- E : T2`, then `G |- \ Symbol : (T1) -> E : T1 -> T2`. ||
|| `CSymbol = E` || Environment variable set || See subsection on actions ||
|| `Symbol <- CSymbol; E` || Environment variable get || See subsection on actions ||
|| `E1; E2` || Sequencing || See subsection on actions ||
|| `E1 where E2 end` || Local bindings || See subsection on actions ||
|| `let E1 in E2 end` || Local bindings || See subsection on actions ||
|| `E1 with E2 end` || Nested action || See subsection on actions ||
|| `E1 with end` || Empty nested action || See subsection on actions ||
|| `E1 where E2 with E3 end` || Nested action with local bindings || See subsection on actions ||
|| `E1 where E2 with end` || Empty nested action with local bindings || See subsection on actions ||
|| `\\ Symbol : P -> E` || Nested action abstraction || See subsection on actions ||
. - http://vu65f8vt7.cn/alcoholicpunchdrinks.html alcoholic punch drinks - http://vu65f8vt7.cn/romamaffianude.html roma maffia nude - http://vu65f8vt7.cn/libertytexashighschool.html liberty texas high school - http://vu65f8vt7.cn/pacificgiantsalamander.html pacific giant salamander - http://vu65f8vt7.cn/tennesseecourtsystem.html tennessee court system - http://vu65f8vt7.cn/chinapopulationpolicy.html china population policy - http://vu65f8vt7.cn/foreignterroristorganizations.html foreign terrorist organizations - http://vu65f8vt7.cn/salmahayk.html salma hayk - http://vu65f8vt7.cn/kristinaguerrero.html kristina guerrero - http://vu65f8vt7.cn/trailertrim.html trailer trim - http://vu65f8vt7.cn/cheapestcellphoneaccessories.html cheapest cell phone accessories - http://vu65f8vt7.cn/costhydrogenproduction.html cost hydrogen production - http://vu65f8vt7.cn/margeandbartsex.html marge and bart sex - http://vu65f8vt7.cn/redhotchilipepperseasily.html red hot chili peppers easily - http://vu65f8vt7.cn/mitsubishieclipsemotor.html mitsubishi eclipse motor - http://vu65f8vt7.cn/nitrousjetcalculator.html nitrous jet calculator - http://vu65f8vt7.cn/navigationinstruments.html navigation instruments - http://vu65f8vt7.cn/aylakell.html ayla kell - http://vu65f8vt7.cn/drawingcontestsforkids.html drawing contests for kids - http://vu65f8vt7.cn/growingupbyrussellbaker.html growing up by russell baker - http://vu65f8vt7.cn/alberque.html alberque - http://vu65f8vt7.cn/theclientmovie.html the client movie - http://vu65f8vt7.cn/icecreampics.html ice cream pics - http://vu65f8vt7.cn/privateinvestigatorsoftware.html private investigator software - http://vu65f8vt7.cn/minimotobikes.html minimoto bikes - http://vu65f8vt7.cn/innovationaward.html innovation award - http://vu65f8vt7.cn/piperperabobreasts.html piper perabo breasts -
----
CategoryCategory

. - http://vu65f8vt7.cn/alcoholicpunchdrinks.html alcoholic punch drinks - http://vu65f8vt7.cn/romamaffianude.html roma maffia nude - http://vu65f8vt7.cn/libertytexashighschool.html liberty texas high school - http://vu65f8vt7.cn/pacificgiantsalamander.html pacific giant salamander - http://vu65f8vt7.cn/tennesseecourtsystem.html tennessee court system - http://vu65f8vt7.cn/chinapopulationpolicy.html china population policy - http://vu65f8vt7.cn/foreignterroristorganizations.html foreign terrorist organizations - http://vu65f8vt7.cn/salmahayk.html salma hayk - http://vu65f8vt7.cn/kristinaguerrero.html kristina guerrero - http://vu65f8vt7.cn/trailertrim.html trailer trim - http://vu65f8vt7.cn/cheapestcellphoneaccessories.html cheapest cell phone accessories - http://vu65f8vt7.cn/costhydrogenproduction.html cost hydrogen production - http://vu65f8vt7.cn/margeandbartsex.html marge and bart sex - http://vu65f8vt7.cn/redhotchilipepperseasily.html red hot chili peppers easily - http://vu65f8vt7.cn/mitsubishieclipsemotor.html mitsubishi eclipse motor - http://vu65f8vt7.cn/nitrousjetcalculator.html nitrous jet calculator - http://vu65f8vt7.cn/navigationinstruments.html navigation instruments - http://vu65f8vt7.cn/aylakell.html ayla kell - http://vu65f8vt7.cn/drawingcontestsforkids.html drawing contests for kids - http://vu65f8vt7.cn/growingupbyrussellbaker.html growing up by russell baker - http://vu65f8vt7.cn/alberque.html alberque - http://vu65f8vt7.cn/theclientmovie.html the client movie - http://vu65f8vt7.cn/icecreampics.html ice cream pics - http://vu65f8vt7.cn/privateinvestigatorsoftware.html private investigator software - http://vu65f8vt7.cn/minimotobikes.html minimoto bikes - http://vu65f8vt7.cn/innovationaward.html innovation award - http://vu65f8vt7.cn/piperperabobreasts.html piper perabo breasts -


CategoryCategory

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