]> hydra-www.ietfng.org Git - dyna2/shortlog
dyna2
2012-12-12 timvFIX: syntactic issues - can't assign to "()"
2012-12-12 timvmerge
2012-12-12 timvadded papa2 example.
2012-12-12 timvrenderSpan moved to trifecta utils.
2012-12-12 timvfixed bug in loading anf output.
2012-12-12 timvtake dyna source as input, asks dyna compiler to compile.
2012-12-12 timvescape quote characters so we don't break graphviz.
2012-12-12 Nathaniel Wesley... Merge branch 'master' of github.com:nwf/dyna
2012-12-12 Nathaniel Wesley... Maybe fix aggregator parsing
2012-12-11 timvadded papa.dyna to examples.
2012-12-11 timv()
2012-12-11 timvuse (generated) initializers.
2012-12-11 timvmerge
2012-12-11 Nathaniel Wesley... Attempt to handle "is/2" in normalizer; fallout
2012-12-11 timvstdlib: "Papa" example works.
2012-12-11 Nathaniel Wesley... Add planning for initializers; make python write them
2012-12-11 timvWIP: more pieces of the puzzle
2012-12-11 timvmerge
2012-12-11 timvCrude implementation of the chart and other utils....
2012-12-11 timvtweaks
2012-12-10 Nathaniel Wesley... Adjust variable naming convention slightly
2012-12-10 timvmerge
2012-12-10 timvadded Dyna/Test/Main2.hs - temporary test runner which...
2012-12-10 timvMinor refactoring: ANFRules carry around ANFState and...
2012-12-10 Nathaniel Wesley... Restore inverse math; drop arity from OPGetArgsIf
2012-12-10 Nathaniel Wesley... Restore deleted submodules
2012-12-10 timvremoved Analysis/RuleModeTest.hs, the old Python code...
2012-12-10 timvImprovements python code generation.
2012-12-10 timvUsing "_" instead of "_$" as our intermediate variable...
2012-12-10 Nathaniel Wesley... Tweak ANF, etc.; clone pdope in Backend.Python
2012-12-10 Nathaniel Wesley... Manual merge
2012-12-10 Nathaniel Wesley... Yet another stab at ANF
2012-12-10 timvcrummy code generation from crummy plans.
2012-12-10 timvfirst pass at dopeamine pretty printing.
2012-12-10 timvfirst pass at dopeamine pretty printing.
2012-12-10 timvadded test case; whitespace cleanup
2012-12-10 timvadded a few more dyna examples
2012-12-10 Nathaniel Wesley... Start Dyna.Backend.Python; add Analysis.Aggregation...
2012-12-09 Nathaniel Wesley... Add mapUpsert to XXX.DataUtils
2012-12-09 Nathaniel Wesley... Tweaks to Analysis.ANF and friends
2012-12-09 Nathaniel Wesley... Another day, another try at Analysis.RuleMode
2012-12-09 Nathaniel Wesley... Comments in ParserHS
2012-12-09 Nathaniel Wesley... Initial pass at rule mode planning in Haskell
2012-12-09 Tim Vieiramerge
2012-12-09 Tim Vieiratweak imports
2012-12-09 Nathaniel Wesley... Parameterize Analysis.ANF.NT on the contents of a variable
2012-12-09 Nathaniel Wesley... Tweak Analysis.ANF
2012-12-07 Nathaniel Wesley... Move ANF to hackish, but flat, representation
2012-12-07 Nathaniel Wesley... Merge branch 'master' of github.com:nwf/dyna
2012-12-07 Nathaniel Wesley... Compilation fixes and tweaks to HList utils
2012-12-07 Nathaniel Wesley... Compilation fixes to THTuple for new GHC
2012-12-06 Tim VieiraMerge branch 'master' of github.com:nwf/dyna
2012-12-06 Tim Vieirafixed bug in update plan section headings.
2012-12-06 Nathaniel Wesley... WIP: towards a new spin on K3 backend
2012-12-04 Nathaniel Wesley... Pretty up the frontend code a bit
2012-12-03 Tim Vieiradump update plans to html output; clean up
2012-12-03 Tim Vieirarenamed anfviz to prototype to better reflect what...
2012-12-03 Tim Vieiracleanup utils.
2012-12-03 Tim VieiraPair programming to the rescue! Fixed update planning...
2012-12-03 Tim Vieiraupdate planning: work in progress.
2012-12-01 Tim VieiraMerge branch 'master' of github.com:nwf/dyna
2012-12-01 Tim VieiraENH: pprint no longer wraps variables in quotes
2012-12-01 Tim VieiraSeveral changes: "update planning", bugfixes, enhanceme...
2012-11-30 timvTowards "query planning" -- half of two-stage approach...
2012-11-30 Nathaniel Wesley... Tweak ANF normalization
2012-11-30 timvMerge branch 'master' of github.com:nwf/dyna
2012-11-30 timvanfviz - produces html output for an entire dyna program.
2012-11-29 Nathaniel Wesley... Merge branch 'master' of github.com:nwf/dyna
2012-11-29 Nathaniel Wesley... Tweak README and authors in dyna.cabal
2012-11-29 Nathaniel Wesley... Widen the type on incState in MonadUtils
2012-11-29 Nathaniel Wesley... Add hrllen to HList utilities module
2012-11-29 Nathaniel Wesley... Fix logic inversion in NormalizeParse
2012-11-29 Nathaniel Wesley... Tweak the parser as suggested by Tim V
2012-11-29 timvadded anf visualizater (python script)
2012-11-29 Nathaniel Wesley... Missed file from last time
2012-11-29 Nathaniel Wesley... First part of new NormalizeParse
2012-11-29 timvMerge branch 'master' of github.com:nwf/dyna
2012-11-29 timvadded ANF pretty printer
2012-11-29 Nathaniel Wesley... Merge branch 'master' of github.com:nwf/dyna
2012-11-29 timvInsignificant changes to NormalizeParse renamed tempora...
2012-11-25 Nathaniel Wesley... Git should not ignore .hs files
2012-11-25 Nathaniel Wesley... Tweaks to XXX.THTuple
2012-11-20 Nathaniel Wesley... Eliminate redundant class from HList module
2012-11-16 Nathaniel Wesley... Minor parser nits
2012-11-15 Nathaniel Wesley... Merge
2012-11-15 Nathaniel Wesley... Make ParserHS more intelligent about spaces and comments
2012-11-15 timvModified default argument disposition (i.e. how operato...
2012-11-14 Nathaniel Wesley... Add a 'Fact' test case to the parser selftest
2012-11-14 Nathaniel Wesley... Begin transcoding Overton's thesis
2012-11-12 Nathaniel Wesley... Move from home-grown Proxy to 'tagged' package
2012-11-09 Nathaniel Wesley... ekmett externals updated
2012-11-09 Nathaniel Wesley... Fix build: remove stale constraint
2012-11-09 Nathaniel Wesley... Fix build: check in TTerm.hs
2012-11-08 Nathaniel Wesley... Some frontend work
2012-11-08 Nathaniel Wesley... Update external/ to point to forks which will hopefully...
2012-11-05 Nathaniel Wesley... Add DAMSL K3 as an external repository
2012-11-02 Nathaniel Wesley... Explain how to build the tree; revise .cabal
2012-11-02 Nathaniel Wesley... Begin tracking trifecta as a git submodule
2012-10-30 Nathaniel Wesley... First pass at K3 Stdlib from experiments
2012-10-30 Nathaniel Wesley... Minor documentation cleanup in ParserHS
next