Mirror of http://offog.org/git/tock.git . Tock (translator from occam to C from Kent) is a Haskell-based compiler for occam and related languages.
Go to file
Adam Sampson e40226ce02 Make Tock work with QuickCheck 2.1.0.3.
This is the slightly older version that Debian stable is current
shipping; it has fewer fields in its Result structure, so we need to be
more flexible about pattern-matching (which is probably a good thing
anyway).
2011-07-21 09:51:54 +00:00
alloy Add a couple of missing imports to the Alloy example. 2011-07-19 15:02:31 +00:00
backends Port to use QuickCheck 2. 2011-07-20 15:10:10 +00:00
checks Port to use QuickCheck 2. 2011-07-20 15:10:10 +00:00
common Make Tock work with QuickCheck 2.1.0.3. 2011-07-21 09:51:54 +00:00
config Moved the extra parameters in the compiler commands so that the source file is always the last parameter 2009-05-22 17:13:10 +00:00
data Turned csCurrentFile into a monad transformer variable, and added csCompilationHash to help in uniquifying names between files 2009-04-19 19:36:38 +00:00
docextra Add the Tock hacker's guide to the repository. 2008-11-20 13:41:06 +00:00
flow Port to use QuickCheck 2. 2011-07-20 15:10:10 +00:00
frontends Fix misleading comment. 2011-07-20 11:04:00 +00:00
pass Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +00:00
pregen Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +00:00
support Added a missing operator (unary MINUS on BYTE) to the support headers 2009-04-17 18:24:03 +00:00
testcases Fixed a typo on the newly added testcase 2009-04-18 21:26:15 +00:00
transformations Improved the commenting on the flow algorithm stuff and fixed a bug in the implicit mobility 2009-08-19 17:00:12 +00:00
AUTHORS Changed tock to use autoconf/automake for its build process 2007-10-08 17:02:03 +00:00
cgtests.mk Changed the names of generated tock files to have ".tock" before the extension 2009-04-02 15:40:39 +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 Port to use QuickCheck 2. 2011-07-20 15:10:10 +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
LANGUAGE Implement channel direction decorators. 2008-06-09 21:35:20 +00:00
Main.hs Fixed strings passed on the command-line for defines 2009-05-19 13:28:39 +00:00
Makefile.am Remove the obj directory in a less complicated way. 2011-07-20 15:21:38 +00:00
NEWS Changed tock to use autoconf/automake for its build process 2007-10-08 17:02:03 +00:00
occamutl.lib.tock.h Moved the dummy occamutl files to match my changes in occbuild 2009-04-17 21:04:49 +00:00
occamutl.lib.tock.inc Moved the dummy occamutl files to match my changes in occbuild 2009-04-17 21:04:49 +00:00
occamutl.lib.tock.sizes Moved the dummy occamutl files to match my changes in occbuild 2009-04-17 21:04:49 +00:00
ProcessTags.hs Finally got round to adding a little program to qualify the AST tags in the TAGS file 2009-03-22 15:51:43 +00:00
rangetest.c Fixed a problem with rangetest caused by an earlier change 2009-04-17 18:49:46 +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 TestMain should export main. 2011-07-20 15:07:29 +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