~sandy-dunlop/wildcatcobol/dev

« back to all changes in this revision

Viewing changes to src/Wildcat.Cobol.Compiler/Parser/Symbol.cs

  • Committer: Sandy Dunlop
  • Date: 2007-10-17 20:32:44 UTC
  • Revision ID: sandy.dunlop@gmail.com-20071017203244-aexozkeoqy6vmf1r
Added keywords: ZEROS, ZEROES, LOW-VALUE, LOW-VALUES, QUOTE, QUOTES, ALL
And made sure that plurals are treated the same as singular forms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        Remainder,
125
125
        Colon,
126
126
        Pointer,
127
 
        Space,
128
127
        End,
129
128
        Configuration,
130
129
        Repository,
150
149
        Exit,
151
150
        No,
152
151
        Advancing,
153
 
        Zero,
 
152
        Zeros,
154
153
        Open,
155
154
        Close,
156
155
        Read,
185
184
        IOControl,
186
185
        Optional,
187
186
        SD,
188
 
        HighValue,
189
187
        HighValues,
 
188
        LowValues,
190
189
        Next,
191
 
        Are,
 
190
        Are,
 
191
        Quotes,
 
192
        All,
192
193
        }       
193
194
}
 
 
b'\\ No newline at end of file'