This commit is contained in:
2025-08-22 13:09:52 -06:00
parent 52735b97c6
commit 65e02d39e1
9 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
+++
title = 'PROSE'
subtitle = 'Program Synthesis'
links = [
{ title = "Homepage", url = "https://www.microsoft.com/en-us/research/group/prose/", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "https://github.com/microsoft/prose", icon = 'fa-solid fa-code' },
]
applications = ["Program Synthesizer"]
developers = ["Microsoft Research"]
licenses = ["MIT"]
inputs = []
interfaces = ["CLI"]
maintenance = ["Actively Maintained"]
draft = false
date = 2025-08-22
+++
Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.