From 3a9f16c0cc97a0f7cba670475863efb10adbca0b Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Fri, 22 Aug 2025 13:42:01 -0600 Subject: [PATCH] Close #26 --- tools/programs/gillian.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/programs/gillian.md diff --git a/tools/programs/gillian.md b/tools/programs/gillian.md new file mode 100644 index 0000000..7d48c2d --- /dev/null +++ b/tools/programs/gillian.md @@ -0,0 +1,18 @@ ++++ +title = 'Gillian' +subtitle = 'Program Prover' +links = [ + { title = "Homepage", url = "https://gillianplatform.github.io/sphinx/index.html", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/GillianPlatform/Gillian", icon = 'fa-solid fa-code' }, +] +applications = ["Program Prover"] +developers = [] +licenses = ["BSD-3-Clause"] +inputs = [] +interfaces = ["CLI"] +maintenance = ["Actively Maintained"] +draft = false +date = 2025-08-22 ++++ + +Gillian is a multi-language analysis platform supporting, e.g., verification and symbolic testing. Gillian has currently been instantiated to C, JavaScript, and Rust. \ No newline at end of file