https://github.com/metagn/assigns
syntax sugar for assignments
https://github.com/metagn/assigns
macros nim sugar syntax-sugar
Last synced: about 1 month ago
JSON representation
syntax sugar for assignments
- Host: GitHub
- URL: https://github.com/metagn/assigns
- Owner: metagn
- Created: 2020-03-01T09:49:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T08:05:15.000Z (8 months ago)
- Last Synced: 2024-10-14T15:03:00.161Z (7 months ago)
- Topics: macros, nim, sugar, syntax-sugar
- Language: Nim
- Homepage: https://metagn.github.io/assigns/docs/assigns.html
- Size: 76.2 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# assigns
Macros to allow custom/complicated assignment for Nim. Allows for overloading with typed macros.
Examples in [docs](https://metagn.github.io/assigns/docs/assigns.html#examples) and in tests.
Compare with [fusion/matching](https://nim-lang.github.io/fusion/src/fusion/matching.html).