Context Navigation



Ignore:
Timestamp:
Nov 27, 2007, 3:12:31 PM (18 years ago)
Author:
neil.c.c.brown
Message:

Changed some example AST fragments to remove AltGuard, and changed an erroneous "type" into "data".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/trunk/200711-tock-seminars/200711-A-tock-slides.tex

    r62 r63
    162162data Meta = Meta SourcePos
    163163data Node = Seq Meta [Node]
    164 | (削除) AltGuard (削除ここまで) Meta Node Node
    164 | (追記) While (追記ここまで) Meta Node Node
    165165 | Name Meta String
    166166 | ...
    180180data Meta = Meta SourcePos
    181181data Process = Seq Meta [Process]
    182 | (削除) Alt Meta [AltGuard] (削除ここまで)
    182 | (追記) While Meta Expression Process (追記ここまで)
    183183 | ...
    184data (削除) AltGuard = AltGuard Meta Guard Process (削除ここまで)
    184data (追記) Expression = Conversion Meta Type Expression (追記ここまで)
    185185 | ...
    186186\end{lstlisting}
    479479\lstset{emph={Constr}}
    480480\begin{lstlisting}
    481(削除) type (削除ここまで) Pattern =
    481(追記) data (追記ここまで) Pattern =
    482482 Don'tCare
    483483 | Named String Pattern
Note: See TracChangeset for help on using the changeset viewer.

AltStyle によって変換されたページ (->オリジナル) /