summaryrefslogtreecommitdiff
path: root/test/lexer_test.c
AgeCommit message (Expand)Author
2023-05-01lexer: Peek next tokenJohnny Richard
2023-04-26lexer: Split operation tokens into their own tokenCarlos Maniero
2023-04-25style: Use clang-format as formatter and linter toolJohnny Richard
2023-04-25parser: Add support for variables and identifiers in function bodyCarlos Maniero
2023-04-18lexer: Include a test function assert_token_atCarlos Maniero
2023-04-18lexer: Add tokenizer for OP and UNKNOWN tokensJohnny Richard
2023-04-18tests: Include lexer's number tokenizer testsCarlos Maniero