Explore projects
-
Repository containing the implementations and data of the PhD thesis of Davide Cavezza
Updated -
Updated
-
-
Written in C, this is a tiny compiler for a miniscule Haskell subset (essentially, Int -> Int functions) to Dafny translator. So many C tools (Yacc, Lex, my datadec, generic modules etc) used, only about 20% of the code is human-written.
Updated -
Updated
-
Updated
-
Updated
-
Andreas Schuh / kstart
OtherThis is a fork of the kstart provided by Russ Allbery at http://www.eyrie.org/~eagle/software/kstart/ with minor tweaks to enable the static compilation for HTCondor using condor_compile and the static Heimdal Kerberos 5 libs.
Updated -
ANSI C data declaration module constructor: Datadec transforms a series of Haskell style recursive (or inductive) datatype declarations into a C module to implement them.
Updated -
-
-
ptb14 / Endorob
MIT No AttributionUpdated -
Skeleton files for the C++ Concurrent Sieve of Eratosthenes tutorial exercise
Updated -
Updated
-
-
Skeleton files for the C++ Concurrent Sieve of Eratosthenes tutorial exercise
Updated -
In LinkedIn's Plain Old C Programming group in , John Coloccia asked about whether "namespaces" would be a good idea for C. He explained that he meant some form of modularity, and I thought I've have a play - this is the result! A module generator!
Updated -
Updated
-
-
An attempt to graft some form of C++-style namespaces into C ("C with namespaces: aka C+N") via another simple-minded pre-processor/translator that could be built in a matter of hours.
Updated