Don't lose the HEAD.TIME section of Lifelines.
[gedcom-parse.git] / gedcom / gedcom_lohi.lex
index f656ba2ebb3cef72f5c9c26c4702c7dc9eb44841..21f84eb95129ca29aa7ab670d7218bacac85785e 100644 (file)
@@ -52,7 +52,7 @@ alphanum     {alpha}|{digit}
 gen_delim    {delim}|{tab}
 
 escape       @\x00#\x00{any_char}+@\x00
-pointer      @\x00{alphanum}{non_at}+@\x00
+pointer      @\x00{alphanum}{non_at}*@\x00
 
 %%
 
@@ -217,6 +217,8 @@ ACTION_BEFORE_REGEXPS
 
 {normal_at}              ACTION_NORMAL_AT
 
+{tab}                    ACTION_TAB
+
 .                        ACTION_UNEXPECTED
 
 %%