https://github.com/keyz/pmatch.js
https://github.com/keyz/pmatch.js
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyz/pmatch.js
- Owner: keyz
- License: mit
- Created: 2015-06-07T14:53:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T17:42:56.000Z (about 11 years ago)
- Last Synced: 2025-03-24T02:52:54.904Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pmatch.js
```
Literal ::= Number | Boolean | undefined | null | String | Function
Wildcard ::= _
Datum ::= Wildcard | Literal | Identifier | [Datum *] | { String: Datum }
```