Skip to content

feat(parser): type annotation parsing#36

Merged
kshku merged 1 commit intodevfrom
feat/parser-type-annotation
Apr 20, 2026
Merged

feat(parser): type annotation parsing#36
kshku merged 1 commit intodevfrom
feat/parser-type-annotation

Conversation

@kshku
Copy link
Copy Markdown
Owner

@kshku kshku commented Apr 20, 2026

What does this PR do?

Type of change

  • feat — new feature
  • fix — bug fix
  • docs — documentation
  • refactor — no behavior change
  • chore — build / tooling
  • perf — performance
  • test — tests only

Checklist

  • Branch cut from dev
  • Builds without warnings (-Wall -Wextra)
  • Existing test files still pass
  • New behavior covered by a test file in tests/
  • Commits follow conventional commit format

Anything reviewers should know?

Closes #8

@kshku kshku self-assigned this Apr 20, 2026
@kshku kshku added enhancement New feature or request parser Related to parser labels Apr 20, 2026
@kshku kshku merged commit 2f0e86e into dev Apr 20, 2026
6 checks passed
@kshku kshku deleted the feat/parser-type-annotation branch April 20, 2026 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request parser Related to parser

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(parser): implement type annotation parsing

1 participant