Skip to content

fix: eliminate lexical matching warnings - #295

Open
kokic wants to merge 2 commits into
mainfrom
codex/fix-lexmatch-warnings
Open

fix: eliminate lexical matching warnings#295
kokic wants to merge 2 commits into
mainfrom
codex/fix-lexmatch-warnings

Conversation

@kokic

@kokic kokic commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Migrate non-streaming lexical matches from lexscan to lexmatch.
  • Fix JSON5 block comments at object and array value positions.
  • Remove unreachable Windows path matching arms.
  • Add regression coverage for JSON5 block comments.

Verification

  • moon info
  • moon fmt
  • moon check --deny-warn
  • moon test (536 tests passed)

Closes #293

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.

json5: block-comment branch in lex_value's lexscan is unreachable; unterminated-comment regex swallows all input

1 participant