File: input4__empty_class_match_none.re

package info (click to toggle)
re2c 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 50,052 kB
  • sloc: cpp: 32,477; ml: 8,279; sh: 5,265; makefile: 968; haskell: 612; python: 428; ansic: 227; javascript: 111; java: 3
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
// re2c $INPUT -o $OUTPUT  --empty-class match-none
/*!re2c

[]   { return 0; }
[^]  { return 1; }
[\000-\377] { return 2; }

*/