alcides / aeon

Aeon programming language
https://alcides.github.io/aeon/
8 stars 3 forks source link

Integrate SysGus (CVC5) for synthesis of a valid subset #49

Open alcides opened 5 months ago

alcides commented 5 months ago

The idea is to use Program Synthesis tools that address SysGus problems (e.g., CVC5 or z3) to solve a subset of programs (no polymorphism, only native operators).

Steps to implement this approach: