Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-14 | lexer: Fix string format warning | Carlos Maniero | |
warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] Signed-off-by: Carlos Maniero <carlosmaniero@gmail.com> | |||
2023-04-13 | Create inital project structure + lexer | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> |