Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroflag/prefixlang4j
Tiny Lisp expression evaluator for java
https://github.com/zeroflag/prefixlang4j
Last synced: 15 days ago
JSON representation
Tiny Lisp expression evaluator for java
- Host: GitHub
- URL: https://github.com/zeroflag/prefixlang4j
- Owner: zeroflag
- Created: 2022-02-10T11:23:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T12:52:26.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T06:41:47.361Z (2 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prefixlang4j
## Examples
```clojure
(or
(and
(member 'admin')
(member 'datalake'))
(or
(username 'bob')
(username 'sam')
(username 'tom')))
```