]> hydra-www.ietfng.org Git - dyna2/commit
New documentation and cleanups
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 5 Jun 2013 05:06:45 +0000 (01:06 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 5 Jun 2013 05:06:45 +0000 (01:06 -0400)
commit1c8b95fb245917f8329a24596db48d3ed18ca1f0
tree430516bc69ed3feaff47b21e77b190099b93d37e
parent9c3484c1859380a068027e740afd916e0332828b
New documentation and cleanups

Notably, add docs/sphinx for our prose documentation and several
corresponding Makefile targets.
18 files changed:
.gitignore
Makefile
docs/sphinx/Makefile [new file with mode: 0644]
docs/sphinx/bib.rst [new file with mode: 0644]
docs/sphinx/conf.py [new file with mode: 0644]
docs/sphinx/index.rst [new file with mode: 0644]
docs/sphinx/spec/glossary.rst [new file with mode: 0644]
docs/sphinx/spec/index.rst [new file with mode: 0644]
docs/sphinx/spec/pragmas.rst [new file with mode: 0644]
docs/sphinx/tutorial/dijkstra.rst [new file with mode: 0644]
docs/sphinx/tutorial/hello.rst [new file with mode: 0644]
docs/sphinx/tutorial/index.rst [new file with mode: 0644]
dyna.cabal
examples/dijkstra.dyna
examples/expected/dijkstra.py.out
examples/helloworld.dyna [new file with mode: 0644]
src/Dyna/Main/Driver.hs
src/Dyna/ParserHS/Parser.hs