Skip to content

feat: implement pseudocode parser#9

Merged
daniqss merged 4 commits intomainfrom
feat/implement-pseudocode-parser
Feb 28, 2026
Merged

feat: implement pseudocode parser#9
daniqss merged 4 commits intomainfrom
feat/implement-pseudocode-parser

Conversation

@vicho1822
Copy link
Copy Markdown
Collaborator

Pull Request

What does this PR introduce?

This PR introduces the implementation of the pseudocode parser.

Scope of change

Select the affected area(s):

  • Builder (Markdown → HTML)
  • Pseudocode Lexer
  • Pseudocode Parser / AST
  • Interpreter / Runtime
  • Debugger (step execution)
  • CLI
  • Documentation
  • Tests

Code Quality Checklist

Please confirm that you have followed the project's quality standards:

  • I have run npm run lint, npm run format and fixed any errors.
  • I have run ruff check --fix . and ruff format ..
  • My commit messages follow the Conventional Commits format.

How has this been tested?

  • Manual testing
  • Unit tests added/updated
  • Existing tests pass
  • Verified generated HTML output
  • Verified step-by-step debugger behavior

Explain briefly what was tested.

We tested the parser to ensure it was working correctly. All the arithmetic operations work as they should, the parser allows you to debug the pseudocode step by step.

Breaking changes?

  • No
  • Yes (explain below)

Additional notes

N/A

@daniqss daniqss self-requested a review February 28, 2026 13:46
Copy link
Copy Markdown
Owner

@daniqss daniqss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@daniqss daniqss merged commit 4710f9b into main Feb 28, 2026
@javimanotas javimanotas deleted the feat/implement-pseudocode-parser branch February 28, 2026 17:00
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.

3 participants