Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curran/match
Pattern matching library for CoffeeScript.
https://github.com/curran/match
Last synced: about 2 months ago
JSON representation
Pattern matching library for CoffeeScript.
- Host: GitHub
- URL: https://github.com/curran/match
- Owner: curran
- License: mit
- Created: 2014-12-10T20:34:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T22:52:04.000Z (about 10 years ago)
- Last Synced: 2024-10-15T11:07:37.114Z (3 months ago)
- Language: CoffeeScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
match
=====Pattern matching library for CoffeeScript.
This library is intended for use mainly when working on interpreters that execute or evaluate abstract syntax trees generated by parsers.
Initially conceived as part of the [lambda project](https://github.com/curran/lambda), a Lambda Calculus interpreter using PEG.js, CoffeeScript, and Underscore.
See also:
* ["Haskell's Pattern Matching in CoffeeScript" thread on CoffeeScript mailing list](https://groups.google.com/forum/#!topic/coffeescript/6d_qbwiWuZA)
* [GitHub: nogizhopaboroda/f_context](https://github.com/nogizhopaboroda/f_context) A similar library.