diff --git a/doc/language/spec.html b/doc/language/spec.html index 07359f14e..d50635e4a 100644 --- a/doc/language/spec.html +++ b/doc/language/spec.html @@ -8,13 +8,13 @@ font-family: Arial, sans-serif; font-weight: medium; font-style: italic; - color: #008 + color: #008 } /* Value sets */ em { font-family: Arial, sans-serif; - font-weight: medium; + font-weight: medium; font-style: italic; color: #800 } @@ -158,12 +158,12 @@

Lexing

-
  • symbol: +
  • symbol: The following single-character symbols:

    {}[],.();

  • -
  • operator: +
  • operator: A sequence of at least one of the following single-character symbols: !$:~+-&|^=<>*/%

    Subject to the following rules, which will cause the lexing to terminate with a shorter @@ -233,7 +233,7 @@

    Abstract Syntax

    expr [ expr -[ : [ expr +[ : [ expr [ : [ expr ] ] ] ] ] @@ -241,7 +241,7 @@

    Abstract Syntax

    | expr [ -: [ expr +: [ expr [ : [ expr ] ] ] ] ] @@ -512,7 +512,7 @@

    Abstract Syntax

    ^ | | | && | -|| +|| @@ -520,7 +520,7 @@

    Abstract Syntax

    - | + | ! | -~ +~ @@ -573,7 +573,7 @@

    Core Syntax