summaryrefslogtreecommitdiff
path: root/src/parser.h
AgeCommit message (Expand)Author
2023-05-10namespaces: Add a namespace structure that represents a fileCarlos Maniero
2023-05-03parser: Parser allocate memory for expressionsCarlos Maniero
2023-05-03Parser: Make the parser function return the ast_nodeCarlos Maniero
2023-04-30parser: Registry identifiers on scopeJohnny Richard
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-21parser: Parse integers arithmetic expressionJohnny Richard
2023-04-20parser: Stop exiting on parser errorCarlos Maniero
2023-04-20ast: Allows recursive nodesCarlos Maniero
2023-04-18ast: Create AST visitor to traverse the treeJohnny Richard
2023-04-16Start using string_view on lexer and parserJohnny Richard
2023-04-15parser: Create parser for function with return statementsJohnny Richard