Explore projects
-
-
Updated
-
Updated
-
ptb14 / Endorob
MIT No AttributionUpdated -
Updated
-
Updated
-
Davide Cavezza / FormaliSE20repo
GNU General Public License v3.0 or laterUpdated -
Skeleton files for the True Concurrency Tutorial: Concurrent Sieve of Eratosthenes
Updated -
Skeleton files for the True Concurrency Tutorial: Concurrent Sieve of Eratosthenes
Updated -
-
Davide Cavezza / TACAS20repo
GNU General Public License v3.0 or laterUpdated -
A replication of the question from the Architecture exam.
Updated -
Updated
-
Updated
-
-
Backup repository for https://github.com/resource-reasoning/JS_Parser
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 -
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