Changes in src/Parser/lex.ll [3a2128f:8f60f0b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/lex.ll
r3a2128f r8f60f0b 4 4 * The contents of this file are covered under the licence agreement in the 5 5 * file "LICENCE" distributed with Cforall. 6 * 7 * lex.l -- 8 * 6 * 7 * lex.l -- 8 * 9 9 * Author : Peter A. Buhr 10 10 * Created On : Sat Sep 22 08:58:10 2001 … … 258 258 trait { KEYWORD_RETURN(TRAIT); } // CFA 259 259 try { KEYWORD_RETURN(TRY); } // CFA 260 ttype { KEYWORD_RETURN(TTYPE); } // CFA 260 261 typedef { KEYWORD_RETURN(TYPEDEF); } 261 262 typeof { KEYWORD_RETURN(TYPEOF); } // GCC
Note:
See TracChangeset
for help on using the changeset viewer.