https://github.com/vasnake/join-expression-parser
Scala micro lib for parsing and evaluating SQL join expressions
https://github.com/vasnake/join-expression-parser
Last synced: 3 months ago
JSON representation
Scala micro lib for parsing and evaluating SQL join expressions
- Host: GitHub
- URL: https://github.com/vasnake/join-expression-parser
- Owner: vasnake
- License: gpl-3.0
- Created: 2020-09-11T11:26:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T12:17:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T12:12:29.417Z (5 months ago)
- Language: Scala
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# join-expression-parser
Scala micro lib for parsing and evaluating SQL join expressions.
Implemented using Scala Parser Combinators.Alternative implementation (demo) on Python, about 100 LOC with tests and comments:
[simple parser + evaluator demo for infix operations w/o precedence](src/test/python/test_join_rule.py).