We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a3780 commit 7995f43Copy full SHA for 7995f43
README.md
@@ -2,7 +2,15 @@
2
3
## Overview
4
5
-tbd
+This repository provides a Java-based [builder] for [Mini-Python] and a
6
+matching [C runtime]. The [builder] emits corresponding C code via API
7
+calls (analogous to LLVM). Please read the documentation in the [docs]
8
+folder.
9
+
10
+[builder]: ./src/
11
+[Mini-Python]: ./docs/syntax_definition.md
12
+[C runtime]: ./c-runtime/
13
+[docs]: ./docs/
14
15
16
## Contributing
0 commit comments