Skip to content

feat(#3): refactor and add lateral tree#5

Merged
daniqss merged 2 commits intomainfrom
feat/tree-lateral-view
Feb 28, 2026
Merged

feat(#3): refactor and add lateral tree#5
daniqss merged 2 commits intomainfrom
feat/tree-lateral-view

Conversation

@daniqss
Copy link
Copy Markdown
Owner

@daniqss daniqss commented Feb 28, 2026

close #3

Pull Request

What does this PR introduce?

Clearly describe what this PR changes or adds.

  • Refactor markdown parsing
  • Add file tree lateral nav

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)

If yes, describe:

  • Posibly break old books

Additional notes

Anything reviewers should know?
Performance implications?
Design decisions?
Future follow-ups?

@daniqss daniqss merged commit c5d7e14 into main Feb 28, 2026
@daniqss daniqss deleted the feat/tree-lateral-view branch February 28, 2026 13: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.

feat: tree lateral view

1 participant