agentm/project-m36

Implement "WITH" relvar macro

Open

#57 aperta il 28 nov 2016

Vedi su GitHub
 (10 commenti) (0 reazioni) (0 assegnatari)Haskell (46 fork)batch import
help wanted

Metriche repository

Star
 (776 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The TutorialD WITH macro allows the user to create a handy relvar macro useable for the duration of a single expression.

WITH (ct:=s{city,status}) : <relational expression>

The implementation of this feature may hint that we need to finally separate the AST from the execution ADT.

Guida contributor