An open API service indexing awesome lists of open source software.

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

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).