Skip to content

feat: integrate interpreter with static html#16

Merged
daniqss merged 3 commits intomainfrom
feat/integrate-interpreter-with-static-html
Feb 28, 2026
Merged

feat: integrate interpreter with static html#16
daniqss merged 3 commits intomainfrom
feat/integrate-interpreter-with-static-html

Conversation

@vicho1822
Copy link
Copy Markdown
Collaborator

Pull Request

What does this PR introduce?

This PR introduces the integration of the interpreter in code blocks.

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.

Breaking changes?

  • No
  • Yes (explain below)

Additional notes

This PR is made before changing the css style of the debug button to avoid getting more merge conflicts.

@vicho1822 vicho1822 requested a review from daniqss February 28, 2026 18:04
@daniqss daniqss merged commit 181c96e into main Feb 28, 2026
@daniqss daniqss deleted the feat/integrate-interpreter-with-static-html branch February 28, 2026 18:09
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