Skip to content

TypeQL parsers in alternative languages #57

Open
@flyingsilverfin

Description

@flyingsilverfin

Problem to Solve

Implement TypeQL parsing in languages other than Java. This would for instance allow reading entire files of queries into the python or node client without having to hack some custom delimiters into the files and executing line by line within the user's application code.

Derives from: typedb/typedb-driver-python#41

Current Workaround

One can either spread custom delimiters in the file that contains definitions or queries and parse these out in the client's application logic, executing them one by one, or write a wrapper around a small client-java and typeql program to do this using parseList()

Proposed Solution

Extend ANTLR to other languages.

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions