Searched refs:TK_FLT (Results 1 – 3 of 3) sorted by relevance
42 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator
102 case TK_FLT: case TK_INT: in txtToken()243 lexerror(ls, "malformed number", TK_FLT); in read_numeral()251 return TK_FLT; in read_numeral()
1134 case TK_FLT: { in simpleexp()