Changeset f6e8c67 for src/Parser/lex.ll
- Timestamp:
- Mar 6, 2024, 6:06:43 AM (14 months ago)
- Branches:
- master
- Children:
- 647d633
- Parents:
- bbf2cb1 (diff), af60383 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Parser/lex.ll ¶
rbbf2cb1 rf6e8c67 10 10 * Created On : Sat Sep 22 08:58:10 2001 11 11 * Last Modified By : Peter A. Buhr 12 * Last Modified On : Tue Oct 3 17:10:57 202313 * Update Count : 77 312 * Last Modified On : Sat Feb 24 11:47:24 2024 13 * Update Count : 777 14 14 */ 15 15 … … 407 407 ";" { ASCIIOP_RETURN(); } 408 408 "." { ASCIIOP_RETURN(); } // also operator 409 "@@" { NAMEDOP_RETURN(ATTR); } // CFA, attribute shorthand 409 410 "..." { NAMEDOP_RETURN(ELLIPSIS); } 410 411
Note: See TracChangeset
for help on using the changeset viewer.