Mercurial > pysmcl
graph
-
ast: Added parent pointers to ast nodes via a wrapper of ast.Mon, 02 Nov 2009 12:02:08 +0100, by Sigurd Meldgaard
-
flow: Fixed major error in the work-list implementationMon, 02 Nov 2009 11:33:30 +0100, by Sigurd Meldgaard
-
Added description of Eclipse plugin readme file.Thu, 29 Oct 2009 16:58:48 +0100, by Thomas P Jakobsen
-
Ignore .orig files.Thu, 29 Oct 2009 16:33:17 +0100, by Thomas P Jakobsen
-
Change PySMCL exit code for syntax error.Thu, 29 Oct 2009 16:19:47 +0100, by Thomas P Jakobsen
-
info: only analyse functions with virtual_functionality decoratorWed, 28 Oct 2009 12:48:54 +0100, by Sigurd Meldgaard
-
info: Be silent on parseerrorsWed, 28 Oct 2009 12:48:09 +0100, by Sigurd Meldgaard
-
Changed file extension name.Mon, 26 Oct 2009 12:22:59 +0100, by Thomas P Jakobsen
-
Added Eclipse project files.Mon, 26 Oct 2009 12:04:18 +0100, by Thomas P Jakobsen
-
Eclipse plugin no longer expects parantheses in compiler output.Mon, 26 Oct 2009 10:55:55 +0100, by Thomas P Jakobsen
-
Merged with Sigurd.Mon, 26 Oct 2009 10:39:51 +0100, by Thomas P Jakobsen
-
Added initial revision of Eclipse plugin.Mon, 26 Oct 2009 10:34:45 +0100, by Thomas P Jakobsen
-
Ignore Java class files.Fri, 23 Oct 2009 11:00:34 +0200, by Thomas P Jakobsen
-
Ignore Emacs backup files.Fri, 23 Oct 2009 10:55:58 +0200, by Thomas P Jakobsen
-
Secret annotator: Allow subscribing arraysMon, 26 Oct 2009 10:35:15 +0100, by Sigurd Meldgaard
-
pretty_print: corrected error messageMon, 26 Oct 2009 10:33:48 +0100, by Sigurd Meldgaard
-
Info.py: don't print stupid parenthesesMon, 26 Oct 2009 10:32:19 +0100, by Sigurd Meldgaard
-
Corrected the while-loop exampleMon, 26 Oct 2009 10:30:14 +0100, by Sigurd Meldgaard
-
First steps on the way of printing pysmcl programs as SIMPLMon, 26 Oct 2009 10:28:09 +0100, by Sigurd Meldgaard
-
Now the antiqutation is correct for the typeMon, 24 Aug 2009 14:28:26 +0200, by Sigurd Meldgaard
-
Added a theory that searches for a given theoremMon, 24 Aug 2009 11:10:42 +0200, by Sigurd Meldgaard
-
Ideal functionality would loop forever because of a wrong termination condition.Tue, 11 Aug 2009 13:18:01 +0200, by Sigurd Meldgaard
-
A proof that an imperative binary search is doing the same as the one we proved correctTue, 11 Aug 2009 11:24:23 +0200, by Sigurd Meldgaard
-
Renamed theory to match filenameTue, 11 Aug 2009 11:22:42 +0200, by Sigurd Meldgaard
-
An isabelle proof of correctness for binary searchMon, 10 Aug 2009 10:18:10 +0200, by Sigurd Meldgaard
-
Prefer hasattr to direct __dict__ access.Fri, 17 Jul 2009 11:53:56 +0200, by Martin Geisler
-
Simplify isinstance calls.Fri, 17 Jul 2009 11:52:36 +0200, by Martin Geisler
-
Wrapped long lines in docstrings.Fri, 17 Jul 2009 11:49:56 +0200, by Martin Geisler
-
Better wrapping of long string literals.Fri, 17 Jul 2009 11:49:37 +0200, by Martin Geisler
-
bad_call.py tests for illegal calls, secret_ifs are iteratively expanded in ideal_functionality.pyFri, 10 Jul 2009 13:25:40 +0200, by Sigurd Meldgaard
-
Merged with SigurdFri, 10 Jul 2009 11:22:55 +0200, by Janus Dam Nielsen
-
A poker dealer.Thu, 09 Jul 2009 17:15:33 +0200, by Janus Dam Nielsen
-
Removed extra whitespaceFri, 10 Jul 2009 11:01:59 +0200, by Sigurd Meldgaard
-
Removed The ugly millionaireFri, 10 Jul 2009 11:01:12 +0200, by Sigurd Meldgaard
-
A millionaires example which uses ideal_functionality.Wed, 08 Jul 2009 13:20:22 +0200, by Janus Dam Nielsen
-
Fixed desugaring of secret if statements.Wed, 08 Jul 2009 13:19:51 +0200, by Janus Dam Nielsen
-
First steps towards an emacs modeMon, 08 Jun 2009 15:39:32 +0200, by Sigurd Meldgaard
-
Small updates to secret annotatorMon, 08 Jun 2009 15:38:00 +0200, by Sigurd Meldgaard
-
Refactored rangeanalysis testcasesMon, 08 Jun 2009 13:14:17 +0200, by Sigurd Meldgaard
-
pysmcl/range_analysis: make all tests passMon, 08 Jun 2009 12:29:37 +0200, by Sigurd Meldgaard
-
Updated testcasesMon, 08 Jun 2009 12:29:02 +0200, by Sigurd Meldgaard
-
pysmcl/test/unit/test_secret_ifs now prints its transformed programMon, 08 Jun 2009 12:22:20 +0200, by Sigurd Meldgaard
-
Cleanup: Removed prints in testFri, 29 May 2009 13:19:15 +0200, by Sigurd Meldgaard
-
Made Bottom a singleton class.Fri, 29 May 2009 13:19:20 +0200, by Janus Dam Nielsen
-
Made a simpler to_dot in flow.pyFri, 29 May 2009 12:13:27 +0200, by Sigurd Meldgaard
-
Fixed bug.Fri, 29 May 2009 12:08:34 +0200, by Janus Dam Nielsen
-
Added test for result.Fri, 29 May 2009 11:57:13 +0200, by Janus Dam Nielsen
-
Added testcase and support for return.Fri, 29 May 2009 11:56:48 +0200, by Janus Dam Nielsen
-
Made runtests choose the python from $PATHFri, 29 May 2009 11:12:55 +0200, by Sigurd Meldgaard
-
Nicer string representation of bottom - we really should make it a singleton...Wed, 27 May 2009 16:30:41 +0200, by Sigurd Meldgaard
-
Made runtests.py executable on its own.Fri, 29 May 2009 11:02:24 +0200, by Janus Dam Nielsen
-
Cleanup in flow.py, removed old code.Fri, 29 May 2009 11:00:22 +0200, by Janus Dam Nielsen
-
to_dot in Graph now has standard out as default.Fri, 29 May 2009 10:59:23 +0200, by Janus Dam Nielsen
-
Added test for while-stmts.Fri, 29 May 2009 10:53:33 +0200, by Janus Dam Nielsen
-
Added test for if-stmts with then and else branch.Fri, 29 May 2009 10:49:28 +0200, by Janus Dam Nielsen
-
Fixed a bug in the control flow graph for while-loops.Fri, 29 May 2009 10:48:36 +0200, by Janus Dam Nielsen
-
Added missing __init__.py files.Wed, 27 May 2009 15:20:23 +0200, by Janus Dam Nielsen
-
Moved initialize-statement to flow.pyWed, 27 May 2009 15:14:07 +0200, by Sigurd Meldgaard
-
Fixed some corner cases concerning multiplication.Wed, 27 May 2009 14:59:22 +0200, by Janus Dam Nielsen
-
Added tests for corner cases in connection to minus. Also added some debug info.Wed, 27 May 2009 14:59:22 +0200, by Janus Dam Nielsen