]>
hydra-www.ietfng.org Git - dyna2/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathaniel Wesley Filardo [Fri, 9 Nov 2012 16:01:38 +0000 (11:01 -0500)]
Fix build: check in TTerm.hs
Nathaniel Wesley Filardo [Thu, 8 Nov 2012 23:56:08 +0000 (18:56 -0500)]
Some frontend work
Add a special arm to the parser for numerics, and preserve this into the
next representation. This is not perfect, it is just a start.
A better first pass at Dyna.Analysis.NormalizeParse. (Though despite the
existence of a Selftest module, there are actually no tests present yet.)
While here, do some refactoring; hopefully things are better than before.
Nathaniel Wesley Filardo [Thu, 8 Nov 2012 23:38:49 +0000 (18:38 -0500)]
Update external/ to point to forks which will hopefully be integrated upstream
Nathaniel Wesley Filardo [Mon, 5 Nov 2012 21:49:05 +0000 (16:49 -0500)]
Add DAMSL K3 as an external repository
Nathaniel Wesley Filardo [Fri, 2 Nov 2012 17:56:06 +0000 (13:56 -0400)]
Explain how to build the tree; revise .cabal
Nathaniel Wesley Filardo [Fri, 2 Nov 2012 17:45:57 +0000 (13:45 -0400)]
Begin tracking trifecta as a git submodule
Nathaniel Wesley Filardo [Tue, 30 Oct 2012 06:32:19 +0000 (02:32 -0400)]
First pass at K3 Stdlib from experiments
Nathaniel Wesley Filardo [Tue, 30 Oct 2012 06:31:32 +0000 (02:31 -0400)]
Minor documentation cleanup in ParserHS
Nathaniel Wesley Filardo [Tue, 30 Oct 2012 06:31:14 +0000 (02:31 -0400)]
Scattered progress on K3 backend
Nathaniel Wesley Filardo [Tue, 30 Oct 2012 06:27:39 +0000 (02:27 -0400)]
Improvements to HList utility library
Nathaniel Wesley Filardo [Tue, 30 Oct 2012 06:27:10 +0000 (02:27 -0400)]
Add bracketState
Nathaniel Wesley Filardo [Tue, 23 Oct 2012 21:17:23 +0000 (17:17 -0400)]
A whole host of changes
Inspired by several days of hacking on the CKY example and thinking about
how we're going to actually produce those ASTs.
> Factors out HLists and pushes their utility through BackendK3.
> Adds export annotations to BackendK3.AST and .Render
> More documentation across the board
Nathaniel Wesley Filardo [Thu, 18 Oct 2012 08:09:14 +0000 (04:09 -0400)]
BackendK3: Eliminate Slices as distinct objects from Patterns
Nathaniel Wesley Filardo [Thu, 18 Oct 2012 07:42:49 +0000 (03:42 -0400)]
BackendK3: Minor tweaks, more math
Nathaniel Wesley Filardo [Wed, 17 Oct 2012 21:04:00 +0000 (17:04 -0400)]
Remove PTup and STup verbosity from BackendK3
Nathaniel Wesley Filardo [Wed, 17 Oct 2012 20:43:34 +0000 (16:43 -0400)]
Fix K3 backend selftest to deal with formatting
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
Nathaniel Wesley Filardo [Tue, 16 Oct 2012 17:35:14 +0000 (13:35 -0400)]
Fix haddock build, improve documentation, small misc
Nathaniel Wesley Filardo [Tue, 9 Oct 2012 06:46:30 +0000 (02:46 -0400)]
Fix cabal build, shuffle backend goo, more tests
Nathaniel Wesley Filardo [Sat, 6 Oct 2012 00:40:11 +0000 (20:40 -0400)]
Make Dyna parser understand type annotations
Nathaniel Wesley Filardo [Fri, 5 Oct 2012 23:22:02 +0000 (19:22 -0400)]
Eliminate explicit tuple size from pattern and slice constructors
Nathaniel Wesley Filardo [Wed, 3 Oct 2012 19:01:20 +0000 (15:01 -0400)]
Move REPL to Haskeline from editline
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.
Nathaniel Wesley Filardo [Wed, 26 Sep 2012 07:22:23 +0000 (03:22 -0400)]
Snapshotting before I try to replace pairs with tuples
Nathaniel Wesley Filardo [Sat, 22 Sep 2012 03:12:16 +0000 (23:12 -0400)]
Add LICENSE.INFO for dependencies
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
Nathaniel Wesley Filardo [Sat, 22 Sep 2012 03:10:21 +0000 (23:10 -0400)]
REPL and parser improvements
Nathaniel Wesley Filardo [Sat, 15 Sep 2012 18:01:13 +0000 (14:01 -0400)]
Initial REPL
Nathaniel Wesley Filardo [Thu, 9 Aug 2012 14:50:08 +0000 (10:50 -0400)]
Add more to README
Nathaniel Wesley Filardo [Thu, 9 Aug 2012 14:45:46 +0000 (10:45 -0400)]
An initial checkin of a parser and some ANF stuff