TODO status.c: replace strcmp calls with a lexer To improve the read performance, we could use a lexer (flex...) instead of repeated strcmp calls.