X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fgedcom_lohi.lex;h=d6092a6d67d158c3bb2e9a8c7baf27b53dc72826;hb=0a9103e26559e1501b6cf7dd7f8eb00ba50de1cb;hp=13f45152138656cf26b1f81670b6e88895f88e3a;hpb=ed06b5a50e066bc87bd5e795ab3555bf86e520d9;p=gedcom-parse.git diff --git a/gedcom/gedcom_lohi.lex b/gedcom/gedcom_lohi.lex index 13f4515..d6092a6 100644 --- a/gedcom/gedcom_lohi.lex +++ b/gedcom/gedcom_lohi.lex @@ -40,6 +40,7 @@ delim \x20\x00 tab [\t]\x00 hash #\x00 literal_at @\x00@\x00 +normal_at @\x00 otherchar [\x21-\x22\x24-\x2F\x3A-\x3F\x5B-\x5E\x60\x7B-\x7E\x80-\xFF]\x00|[\x00-\xFF][\x01-\xFF] terminator \x0D\x00|\x0A\x00|\x0D\x00\x0A\x00|\x0A\x00\x0D\x00 @@ -212,6 +213,8 @@ ACTION_BEFORE_REGEXPS <> ACTION_EOF +{normal_at} ACTION_NORMAL_AT + . ACTION_UNEXPECTED %%