summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-25parser: Add support for variables and identifiers in function bodyCarlos 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: Stop exiting on parser errorCarlos Maniero
2023-04-20ast: Allows recursive nodesCarlos Maniero
2023-04-18style: Fix identation on lexer.cCarlos Maniero
2023-04-18lexer: Add tokenizer for OP and UNKNOWN tokensJohnny Richard
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-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-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-14lexer: Extract lexer.c and lexer.h from pipa.cJohnny Richard
2023-04-14build: Move *.c to src folderJohnny Richard