Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TP3 #5

Merged
merged 3 commits into from
Mar 14, 2023
Merged

TP3 #5

merged 3 commits into from
Mar 14, 2023

Conversation

LBF38
Copy link
Owner

@LBF38 LBF38 commented Mar 14, 2023

Finished implementing a first simple parser in addition to the lexer I previously had.

Currently working on the abstract syntax tree for the current project.
The objective is to modify the parser we have to generate the corresponding AST.
refactored the parser to use a more functional approach. Each parsing method calls the relative one to create each node. This way, the parser is more readable and easier to maintain.
@LBF38 LBF38 merged commit 84136d4 into master Mar 14, 2023
@LBF38 LBF38 deleted the TP3 branch March 14, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant