first public release of the project

This commit is contained in:
Gabriel Scherer
2023-12-21 00:40:52 +01:00
parent 6c3e9720fc
commit 96bd055026
48 changed files with 2685 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
(executable
(public_name minihell)
(libraries constrained_generation menhirLib)
(modules minihell)
)
(executable
(public_name minigen)
(libraries constrained_generation)
(modules minigen)
)