agentm/project-m36

Implement "WITH" relvar macro

Open

#57 ouverte le 28 nov. 2016

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)Haskell (46 forks)batch import
help wanted

Métriques du dépôt

Stars
 (776 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur