abhabongse / relationalcalculus-alloy

Analyzing database relational calculus schemata and queries using MIT's Alloy tools
Apache License 2.0
1 stars 0 forks source link

Comprehensive TODO List #1

Open abhabongse opened 6 years ago

abhabongse commented 6 years ago

Translation Into Alloy Program

Language Parser

Verification in Alloy

Translation from AST into Alloy program

Alloy Verification Interfaces

Additional Verification Features

abhabongse commented 6 years ago

ASDL might be fun, but it is a waste of time. Might use ANTLR instead.

abhabongse commented 6 years ago

Okay, ANTLR is too heavy of a metal; use LARK instead.

abhabongse commented 4 years ago

Commenced on using Lark Parser.