Skip to content

Commit 7995f43

Browse files
authored
[CBuilder] add overview (Readme) (#109)
1 parent 47a3780 commit 7995f43

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## Overview
44

5-
tbd
5+
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/
614

715

816
## Contributing

0 commit comments

Comments
 (0)