Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loloicci/nimltype
nimltype is a library to use algebraic data type like that of ML in Nim.
https://github.com/loloicci/nimltype
algebraic-data-types nim pattern-matching variant-type
Last synced: 2 days ago
JSON representation
nimltype is a library to use algebraic data type like that of ML in Nim.
- Host: GitHub
- URL: https://github.com/loloicci/nimltype
- Owner: loloicci
- License: mit
- Created: 2018-04-11T07:41:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T21:24:17.000Z (over 6 years ago)
- Last Synced: 2024-11-15T20:23:04.945Z (2 months ago)
- Topics: algebraic-data-types, nim, pattern-matching, variant-type
- Language: Nim
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
###########
nimltype
###########******************
What is nimltype
******************
nimltype is a library to use algebraic data type like that of ML in Nim.************
How to Use
************Install
=======
Under development.Example
=======
See `tests/test1.nim`_.. _Nim: https://nim-lang.org
.. _tests/test1.nim: tests/test1.nim