Skip to content

Instantly share code, notes, and snippets.

View csb6's full-sized avatar
🦫

Cole B. csb6

🦫
View GitHub Profile
diff --git a/fuzz.py b/fuzz.py
new file mode 100644
--- /dev/null
+++ b/fuzz.py
@@ -0,0 +1,60 @@
+import argparse, subprocess, sys, shutil
+from pathlib import Path
+from tempfile import TemporaryDirectory
+
+# This enables LeakSanitizer
@csb6
csb6 / b-book-theorems.sml
Last active June 13, 2024 02:10
Simple prover based on the approach used in the B-Book by J.R. Abrial
(*
Simple prover based on the approach used in the B-Book by J.R. Abrial
Copyright (C) 2024 Cole Blakley
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,