X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.re;h=affe90163e7639b6e81f8dcf9be1aba6f31c4566;hp=d5a0f8e0205824d32aaf0134341fb6d8e5c10f7c;hb=d59f10e81c33354ee1589fb10847b4611423de2e;hpb=6bc2d7ee8421401fc11225e09e4bb1fab03594b8;ds=sidebyside diff --git a/src/parser.re b/src/parser.re index d5a0f8e..affe901 100644 --- a/src/parser.re +++ b/src/parser.re @@ -216,6 +216,7 @@ token_t PSI_ParserScan(PSI_Parser *P) 'SET' {RETURN(PSI_T_SET);} 'RETURN' {RETURN(PSI_T_RETURN);} 'FREE' {RETURN(PSI_T_FREE);} + 'TEMP' {RETURN(PSI_T_TEMP);} 'STRLEN' {RETURN(PSI_T_STRLEN);} 'STRVAL' {RETURN(PSI_T_STRVAL);} 'PATHVAL' {RETURN(PSI_T_PATHVAL);}