aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(config): refactor default feature name parsing魏曹先生2026-07-233-6/+96
|
* test: add comprehensive test coverage for cfg block and token stream魏曹先生2026-07-231-0/+214
| | | | utilities
* feat: scaffold crate structure and implement core macros魏曹先生2026-07-235-0/+624
Add the project skeleton, LICENSE files, README, Makefile, doc examples, and the initial implementation of `#[func]`, `invoke!`, and `select!` procedural macros.