Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 154 Bytes

File metadata and controls

6 lines (4 loc) · 154 Bytes

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.