summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-30parser: Registry identifiers on scopeJohnny Richard
2023-04-30style: Add void to function without argumentsJohnny Richard
2023-04-30style: Add -Wmissing-declarations to CC CFLAGSJohnny Richard
2023-04-29ast: Introduce ast_identifier_t for named ast nodesCarlos Maniero
2023-04-29scope: Add a scope stack for identifier resolutionsCarlos Maniero
2023-04-29ast: Remove ast visitor pattern to simplify the codeJohnny Richard
2023-04-26ast: Include a Binary Operation kind enumCarlos Maniero
2023-04-26lexer: Remove duplicated validationCarlos Maniero
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-25cli: Create a CLI to generate an executable from pipa code.Carlos Maniero
2023-04-24util: Implement dynamic vector array for storing AST childrenJohnny Richard
2023-04-21gas: Generate arithmetics expressionsCarlos Maniero
2023-04-21ast: Create an init function for ast_binary_operation_tCarlos Maniero
2023-04-21parser: Parse integers arithmetic expressionJohnny Richard
2023-04-20gas: Remove duplicated inst when generating exit SYSCALLJohnny Richard
2023-04-20parser: Create the literal node typeCarlos Maniero
2023-04-20parser: Fix test name from lexer_test to parserJohnny Richard
2023-04-20tests: Add integration testsCarlos Maniero
2023-04-20parser: Stop exiting on parser errorCarlos Maniero
2023-04-20ast: Allows recursive nodesCarlos Maniero
2023-04-19tests: Include parser_parse_function testCarlos Maniero
2023-04-18lexer: Include a test function assert_token_atCarlos Maniero
2023-04-18style: Fix identation on lexer.cCarlos Maniero
2023-04-18lexer: Add tokenizer for OP and UNKNOWN tokensJohnny Richard
2023-04-18tests: Include lexer's number tokenizer testsCarlos Maniero
2023-04-18lexer: Extract tokenization functionsCarlos Maniero
2023-04-18lexer: extract the lexer_drop_spacesCarlos Maniero
2023-04-18ast: Create AST visitor to traverse the treeJohnny Richard
2023-04-17style: Add .editorconfig and set {.c,.h} default settingsJohnny Richard
2023-04-16lexer: Extract lexer_define_literal_token_props functionJohnny Richard
2023-04-16Start using string_view on lexer and parserJohnny Richard
2023-04-16util: Create string_view tool to optimize memory usageJohnny Richard
2023-04-16test: Add munit test frameworkJohnny Richard
2023-04-16build: Rename make target clear to cleanJohnny Richard
2023-04-15parser: Generate GAS 64-bit assembly for linuxJohnny Richard
2023-04-15cli: Remove irrelevant information when loading sourceJohnny Richard
2023-04-15parser: Show filepath row and col when parsing failsJohnny Richard
2023-04-15parser: Create parser for function with return statementsJohnny Richard
2023-04-15build: Enable warning and debug CFLAGSJohnny Richard
2023-04-14build: Add clear target to MakefileJohnny Richard
2023-04-14lexer: Extract lexer.c and lexer.h from pipa.cJohnny Richard
2023-04-14build: Move *.c to src folderJohnny Richard
2023-04-14cli: Create a function to print tokensCarlos Maniero
2023-04-14cli: Add missing LF on print_usageCarlos Maniero
2023-04-14lexer: Fix string format warningCarlos Maniero
2023-04-13Create inital project structure + lexerJohnny Richard