%{ #include "context.h" #include "libformatmanglingdexshorty_la-shorty_gram.h" %} %option noyywrap %option yylineno %option nounput %option noinput %% "V" { return V; } "Z" { return Z; } "B" { return B; } "S" { return S; } "C" { return C; } "I" { return I; } "J" { return J; } "F" { return F; } "D" { return D; } "L" { return L; } %%