Skip to content

Conversation

@DarekKrawczyk
Copy link
Member

Adjustments:

  • Parser adjusted.
  • New parser tests added.
  • Responsibility for literal evaluation (int, char, float, string) was moved to the parser from the lexer.
  • Lexer adjusted.
  • Lexer tests adjusted.
  • Part of error handling was refactored.
  • IPrintable interface deleted.
  • Loop tests added.
  • AbstractSyntaxTree node class updated.

- Parser adjusted.
- New parser tests added.
- Responsibility for literal evaluation (int, char, float, string) was moved to the parser from the lexer.
- Lexer adjusted.
- Lexer tests adjusted.
- Part of error handling was refactored.
- IPrintable interface deleted.
- Loop tests added.
- AbstractSyntaxTree node class updated.
@DarekKrawczyk DarekKrawczyk merged commit 689d9b0 into master Mar 17, 2025
0 of 2 checks passed
@DarekKrawczyk
Copy link
Member Author

Tests pass locally so i don't care.

@DarekKrawczyk DarekKrawczyk deleted the Adjustments branch March 17, 2025 22:40
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.

2 participants