From 82629cb7281cd0defb367b88929cc444f3318314 Mon Sep 17 00:00:00 2001 From: Nikolai Ponomarev Date: Sun, 27 Oct 2024 14:57:56 +0300 Subject: [PATCH] Add more links with info about TTG --- .../src/Lamagraph/Compiler/Syntax/Extension.hs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lamagraph-compiler/src/Lamagraph/Compiler/Syntax/Extension.hs b/lamagraph-compiler/src/Lamagraph/Compiler/Syntax/Extension.hs index 464037d..cd8ccbc 100644 --- a/lamagraph-compiler/src/Lamagraph/Compiler/Syntax/Extension.hs +++ b/lamagraph-compiler/src/Lamagraph/Compiler/Syntax/Extension.hs @@ -6,6 +6,11 @@ AST here is designed using Trees That Grow () pattern. It uses type families to contain phase-specific information. +Simpler, but more up-to-date explanations can be found here: + +* +* +* Regarding directory structure, it loosely follows GHC's one. In "Lamagraph.Compiler.Syntax".* we have the most general tree with open type families,