https://github.com/aviralg/matchr
Pattern Matching for R
https://github.com/aviralg/matchr
Last synced: over 1 year ago
JSON representation
Pattern Matching for R
- Host: GitHub
- URL: https://github.com/aviralg/matchr
- Owner: aviralg
- License: apache-2.0
- Created: 2020-06-15T22:17:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T18:35:20.000Z (over 3 years ago)
- Last Synced: 2025-01-28T03:28:53.573Z (over 1 year ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matchr
match(value, pat ~ body, ...)
```
::= ()
| quote()
|
| .
|
| &&
| ||
| !
| any( ...)
| all( ...)
| none( ...)
| sat()
| apply(, )
| regex()
| regex(, )
| vector()
::=
|
|
|
::=
|
|
|
|
|
::= logical(, ...)
| lgl(, ...)
::= integer(, ...)
| int(, ...)
::= double(, ...)
| dbl(, ...)
::= character(, ...)
| chr(, ...)
::= raw(0-255, ...)
::= complex( + i , ...)
| cplx( + i , ...)
::= environment(x = )
```