Skip to content

New SQL parser using ANTLR (replacing JavaCC) #3189

@lvca

Description

@lvca

This is a huge task. We inherited the SQL engine from OrientDB. It was originally developed with JavaCC. Unfortunately JavaCC is poorly supported nowadays and has some issues with complex grammar (huge usage of LOOKAHEAD).

Since the new Cypher parser and lexer work pretty well, why not converting our old SQL parser with ANTLR latest version?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions