~ubuntu-branches/ubuntu/wily/aspectc++/wily

« back to all changes in this revision

Viewing changes to Puma/tools/orange/comment.ora

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-12-23 10:49:40 UTC
  • Revision ID: james.westby@ubuntu.com-20051223104940-ig4klhoi991zs7km
Tags: upstream-0.99+1.0pre2
ImportĀ upstreamĀ versionĀ 0.99+1.0pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
    >>>  Definition des Scanners fuer den TTGEN <<<
 
3
 
 
4
classes :
 
5
 
 
6
NewLine      = '\n'
 
7
AnyPrintable = '\t' ' '-';' '=' '?'-'~' --- kein '<' und kein '>'!
 
8
 
 
9
table Comment :
 
10
 
 
11
">>>" #                                 --- COMMENT_OPEN
 
12
"<<<" #                                 --- COMMENT_CLOSE
 
13
NewLine #                               --- NEW_LINE
 
14
"<"|"<<"|">"|">>"|AnyPrintable+ #       --- COMMENT_TEXT
 
15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
 
21