Skip to content

chore: add interpreter diagram#32

Merged
vicho1822 merged 2 commits intomainfrom
chore/add-interpreter-diagram
Mar 1, 2026
Merged

chore: add interpreter diagram#32
vicho1822 merged 2 commits intomainfrom
chore/add-interpreter-diagram

Conversation

@vicho1822
Copy link
Copy Markdown
Collaborator

Pull Request

What does this PR introduce?

Includes documentation update such as an interpreter class diagram.

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
  • N/A

Explain briefly what was tested.

Breaking changes?

  • No
  • Yes (explain below)

Additional notes

Closes #27

@vicho1822 vicho1822 requested a review from javimanotas March 1, 2026 01:25
Copy link
Copy Markdown
Collaborator

@javimanotas javimanotas left a comment

Choose a reason for hiding this comment

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

LGTM

@vicho1822 vicho1822 merged commit 115617a into main Mar 1, 2026
@vicho1822 vicho1822 deleted the chore/add-interpreter-diagram branch March 1, 2026 01:29
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.

docs(fix): README

2 participants