File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SearchExpressionParser
22
3- ![ Swift 4.2 ] ( https://img.shields.io/badge/Swift-4.2 -blue.svg?style=flat )
3+ ![ Swift 5.0 ] ( https://img.shields.io/badge/Swift-5.0 -blue.svg?style=flat )
44![ Version] ( https://img.shields.io/github/tag/CleanCocoa/SearchExpressionParser.svg?style=flat )
55![ License] ( https://img.shields.io/github/license/CleanCocoa/SearchExpressionParser.svg?style=flat )
66![ Platform] ( https://img.shields.io/badge/platform-macOS-lightgrey.svg?style=flat )
@@ -114,10 +114,12 @@ The expressions provided are:
114114- ` NotNode ` wraps 1 other node and reverses the result of its outcome.
115115- ` AndNode ` and ` OrNode ` both take 2 other notes and combine their results with the boolean operator equivalents.
116116
117- ## License
118-
119- Copyright (c) 2018 Christian Tietze. Distributed under the MIT License.
120-
121117## Apps that use this
122118
123119- [ The Archive] ( https://zettelkasten.de/the-archive/ ) , a fast plain-text note-taking app for macOS.
120+
121+ Use this in your app? Open a PR and tell the world about it!
122+
123+ ## License
124+
125+ Copyright (c) 2018-2019 Christian Tietze. Distributed under the MIT License.
You can’t perform that action at this time.
0 commit comments