kevinkdo / ra3

Relational Algebra v3.0 (go to branch `kevin`)
1 stars 0 forks source link

AST endpoint #14

Closed kevinkdo closed 8 years ago

kevinkdo commented 8 years ago

We send an RA query, you send back a JSON tree structure that expresses the abstract syntax tree

We might use this to go from user-typed input to a graphical tree without having to reimplement a parser on the frontend.

jsj18 commented 8 years ago

AST endpoint added on development branch in ra-backend. Documentation for AST endpoint is also in the README.md of the development branch.