Definition dependency analysis

tricu now allows defining terms in any order and will resolve
dependencies to ensure that they're evaluated in the right order.
Undefined terms are detected and throw errors during dependency
ordering.
For now we can't define top-level mutually recursive terms.
This commit is contained in:
2025-01-26 14:50:15 -06:00
committed by James Eversole
parent b0b0fb22b9
commit 425489a73f
10 changed files with 174 additions and 86 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: tricu
version: 0.9.0
version: 0.10.0
description: A micro-language for exploring Tree Calculus
author: James Eversole
maintainer: james@eversole.co