Here's what accomplished what I wanted: %{ #include <stdio.h> %} WC [A-Za-z'] NW [^A-Za-z'] %start INW NIW {WC} { BEGIN INW; REJECT; } ...
確定! 回上一頁