]> hydra-www.ietfng.org Git - dyna2/log
dyna2
13 years agoK3: CTE, Ref now data families; new Annotation framework; misc small fixes
Nathaniel Wesley Filardo [Tue, 16 Oct 2012 18:19:29 +0000 (14:19 -0400)]
K3: CTE, Ref now data families; new Annotation framework; misc small fixes

13 years agoFix haddock build, improve documentation, small misc
Nathaniel Wesley Filardo [Tue, 16 Oct 2012 17:35:14 +0000 (13:35 -0400)]
Fix haddock build, improve documentation, small misc

13 years agoFix cabal build, shuffle backend goo, more tests
Nathaniel Wesley Filardo [Tue, 9 Oct 2012 06:46:30 +0000 (02:46 -0400)]
Fix cabal build, shuffle backend goo, more tests

13 years agoMake Dyna parser understand type annotations
Nathaniel Wesley Filardo [Sat, 6 Oct 2012 00:40:11 +0000 (20:40 -0400)]
Make Dyna parser understand type annotations

13 years agoEliminate explicit tuple size from pattern and slice constructors
Nathaniel Wesley Filardo [Fri, 5 Oct 2012 23:22:02 +0000 (19:22 -0400)]
Eliminate explicit tuple size from pattern and slice constructors

13 years agoMove REPL to Haskeline from editline
Nathaniel Wesley Filardo [Wed, 3 Oct 2012 19:01:20 +0000 (15:01 -0400)]
Move REPL to Haskeline from editline

13 years agoCommit some incremental progress on the K3 AST
Nathaniel Wesley Filardo [Tue, 2 Oct 2012 05:22:15 +0000 (01:22 -0400)]
Commit some incremental progress on the K3 AST

This snapshots some crude attempts at getting generic tuples
into the K3 AST.  At the moment it isn't working (for somewhat
annoying reasons involving universal quantification, I think)
and the AST is wired up to have tuples 2-4 (though more are
a simple matter of copy-paste-modify in a few places); some bits
are automated, but many aren't.

13 years agoSnapshotting before I try to replace pairs with tuples
Nathaniel Wesley Filardo [Wed, 26 Sep 2012 07:22:23 +0000 (03:22 -0400)]
Snapshotting before I try to replace pairs with tuples

13 years agoAdd LICENSE.INFO for dependencies
Nathaniel Wesley Filardo [Sat, 22 Sep 2012 03:12:16 +0000 (23:12 -0400)]
Add LICENSE.INFO for dependencies

13 years agoSome initial progress towards a K3 backend: AST, renderer, and examples
Nathaniel Wesley Filardo [Sat, 22 Sep 2012 03:11:45 +0000 (23:11 -0400)]
Some initial progress towards a K3 backend: AST, renderer, and examples

13 years agoREPL and parser improvements
Nathaniel Wesley Filardo [Sat, 22 Sep 2012 03:10:21 +0000 (23:10 -0400)]
REPL and parser improvements

13 years agoInitial REPL
Nathaniel Wesley Filardo [Sat, 15 Sep 2012 18:01:13 +0000 (14:01 -0400)]
Initial REPL

13 years agoAdd more to README
Nathaniel Wesley Filardo [Thu, 9 Aug 2012 14:50:08 +0000 (10:50 -0400)]
Add more to README

13 years agoAn initial checkin of a parser and some ANF stuff
Nathaniel Wesley Filardo [Thu, 9 Aug 2012 14:45:46 +0000 (10:45 -0400)]
An initial checkin of a parser and some ANF stuff