Explore projects
-
-
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 -
-
Updated
-
Updated
-
Pancake numbers are an obscure number theory sequence, defined as:
pancake(n) = smallest number of "pancake stack flips" to get the worst case stack-of-n-pancakes sorted. p(1)=0; p(2)=1 [casse ba], p(3)=3]; p(18) unknown
Updated -
Daniel Liew / klee-cl
University of Illinois/NCSA Open Source LicenseDan Liew's personal KLEE-CL repo.
Updated -
Backup repository for https://github.com/resource-reasoning/JS_Parser
Updated -
A collection of C ADTs (hash:str->str; longhash:str->long; intlist: list(int); strlist: list(str); set:str->boolean)
Updated -
Updated
-
A cutdown version of part2 of my mailing list flattening C example, a specialised form of the general "computing transitive closures of a directed graph" method
Updated -
Updated
-
Updated
-
Implements the long awaited client-side of datadec: given datadec types like "expr = num(int n) or ...", let us write:
%when expr e is num(n) { return n; }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 -
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
-
Skeleton files for the C++ Concurrent Sieve of Eratosthenes tutorial exercise
Updated -
-
Thomas Wood / DoCitten
BSD 3-Clause "New" or "Revised" LicenseDoCitten: The Cutest IRC bot ever [citation needed]
Updated