backends
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
checks
|
Changed FlowGraph to keep a record of all the root nodes in the tree and return them in a list
|
2008-01-29 12:46:14 +00:00 |
common
|
Changed FlowGraph to keep a record of all the root nodes in the tree and return them in a list
|
2008-01-29 12:46:14 +00:00 |
docextra
|
Added a description and diagram to the contents page of the haddock-generated documentation
|
2007-08-30 15:36:34 +00:00 |
frontends
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
testcases
|
Added more usage checks for proc and function calls
|
2008-01-29 11:59:08 +00:00 |
transformations
|
Removed the die function (that has no source position) and as far as possible replaced all its uses with dieP and a valid position
|
2008-01-28 17:21:13 +00:00 |
AUTHORS
|
Changed tock to use autoconf/automake for its build process
|
2007-10-08 17:02:03 +00:00 |
ChangeLog
|
Changed tock to use autoconf/automake for its build process
|
2007-10-08 17:02:03 +00:00 |
compile-cgtests
|
Added rules for getting and making the cgtests to the new Automake make system
|
2007-10-09 00:44:41 +00:00 |
configure.ac
|
Added some checks for the regex packages that Tock already depends on
|
2008-01-26 19:37:21 +00:00 |
COPYING
|
Add licensing information.
|
2007-08-18 20:42:11 +00:00 |
COPYING.LIB
|
Add licensing information.
|
2007-08-18 20:42:11 +00:00 |
GenOrdAST.hs
|
Added an automatically-generated OrdAST module that provides an ordering for AST elements, ignoring Meta tags
|
2008-01-28 15:23:53 +00:00 |
GenTagAST.hs
|
Renamed the TestUtil and TreeUtil modules to TestUtils and TreeUtils, to be consistent with the Utils module
|
2007-12-13 19:05:29 +00:00 |
LANGUAGE
|
Give tock its own repo -- i.e. remove everything else and move tock up
|
2007-07-16 21:48:55 +00:00 |
Main.hs
|
Changed FlowGraph to keep a record of all the root nodes in the tree and return them in a list
|
2008-01-29 12:46:14 +00:00 |
Makefile.am
|
Added a line to the Makefile.am to ensure that the files needed for documentation and testing go into the distribution
|
2008-01-29 11:37:35 +00:00 |
NEWS
|
Changed tock to use autoconf/automake for its build process
|
2007-10-08 17:02:03 +00:00 |
README
|
Changed tock to use autoconf/automake for its build process
|
2007-10-08 17:02:03 +00:00 |
SYNTAX
|
Give tock its own repo -- i.e. remove everything else and move tock up
|
2007-07-16 21:48:55 +00:00 |
TestMain.hs
|
Fixed a bug so that tocktest now defaults to running a medium level of quickcheck tests
|
2008-01-23 14:32:13 +00:00 |
tock_support_cppcsp.h
|
Added support for List types to the C and C++ backend, in genType at least
|
2007-10-27 11:24:24 +00:00 |
tock_support.h
|
Added support for List types to the C and C++ backend, in genType at least
|
2007-10-27 11:24:24 +00:00 |
TODO
|
Give tock its own repo -- i.e. remove everything else and move tock up
|
2007-07-16 21:48:55 +00:00 |