🚀 Just released ObjectQL – a powerful query language for object-oriented data!
@the_antlr_guy
🔍 Features:
✅ Logical (AND, OR), Comparisons (<, >, ==, !=)
✅ IN, NOT_IN, BETWEEN for deep queries
✅ LIKE, ILIKE for advanced text matching
✅ Fully extensible with custom functions!
💡 Built to showcase DSL creation in Java!
👉 Check it out!
github.com/jersonsw/objectql
#Java #DSL #QueryLanguage #OpenSource