Assess the impact of a proposed Talqor syntax or grammar change before implementation. Use for new syntax, operators, precedence shifts, keyword additions, AST shape changes, or parser recovery changes.
freedom-winds/talqor
SkillsMP has collected 8 skills from freedom-winds/talqor. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 5
- GitHub forks
- 0
Skills in this repository
Showing 8 of 8 collected skills.
Design or refactor Talqor IR, lowering, runtime services, ABI, and backend boundaries with explicit invariants, migration costs, and extension strategy.
Review a Talqor change for spec conformance, hidden breakage, missing tests, diagnostic quality, and docs or tooling drift.
Implement or refactor the Talqor lexer, parser, and AST from the approved grammar while preserving spans, diagnostics, and regression coverage.
Design Talqor standard-library or module APIs with a minimal v1 surface that avoids premature runtime, ABI, or type-system lock-in.
Build and harden Talqor CLI, formatter, LSP, syntax tooling, CI, benchmarks, packaging, and release automation without diverging from the language spec.
Implement Talqor name resolution, symbol tables, type checking, generics / inference behavior, and semantic diagnostics from the approved semantics.
Separate must-have Talqor v1 work from later extensions. Use when a feature could force irreversible parser, type-system, runtime, ABI, module-system, or tooling choices.