An open API service indexing awesome lists of open source software.

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

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).