Age | Commit message (Expand) | Author |
---|---|---|
2023-04-21 | parser: Parse integers arithmetic expression | Johnny Richard |
2023-04-20 | parser: Stop exiting on parser error | Carlos Maniero |
2023-04-18 | style: Fix identation on lexer.c | Carlos Maniero |
2023-04-18 | lexer: Add tokenizer for OP and UNKNOWN tokens | Johnny Richard |
2023-04-18 | lexer: Extract tokenization functions | Carlos Maniero |
2023-04-18 | lexer: extract the lexer_drop_spaces | Carlos Maniero |
2023-04-16 | lexer: Extract lexer_define_literal_token_props function | Johnny Richard |
2023-04-16 | Start using string_view on lexer and parser | Johnny Richard |
2023-04-15 | parser: Show filepath row and col when parsing fails | Johnny Richard |
2023-04-15 | parser: Create parser for function with return statements | Johnny Richard |
2023-04-15 | build: Enable warning and debug CFLAGS | Johnny Richard |
2023-04-14 | lexer: Extract lexer.c and lexer.h from pipa.c | Johnny Richard |