agentm/project-m36

Implement "WITH" relvar macro

Open

#57 geöffnet am 28. Nov. 2016

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (46 Forks)batch import
help wanted

Repository-Metriken

Stars
 (776 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide