X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8cbbf1786f23176c25f058beff0d5779341022fa..5422d56a718805a2470558808355e04182a12d65:/src/scan-code.l?ds=sidebyside diff --git a/src/scan-code.l b/src/scan-code.l index 0158e7c0..c13f8805 100644 --- a/src/scan-code.l +++ b/src/scan-code.l @@ -85,7 +85,7 @@ splice (\\[ \f\t\v]*\n)* named symbol references. Shall be kept synchronized with scan-gram.l "letter" and "id". */ letter [.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_] -id -*(-|{letter}({letter}|[-0-9])*) +id {letter}({letter}|[-0-9])* ref -?[0-9]+|{id}|"["{id}"]"|"$" %%