Skip to content

Commit 9c8d500

Browse files
authored
Merge pull request #142 from abitrolly/patch-1
Add a separate README.md for runtime
2 parents 908ee90 + 5974cbd commit 9c8d500

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

grumpy-runtime-src/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
../README.md
1+
This is home for Grumpy runtime, which provides Python stdlib written in Go for programs produced by Grumpy. The runtime consists of two directories.
2+
3+
* [`runtime/`](runtime) contains Go code
4+
* [`lib/`](lib) contains Python code
5+
6+
Both are used to implement Python feature on top of Go, such as slices, types, exceptions and so on. When `import` code is encountered, it first looks in these two dirs.
7+
8+
See [../README.md](../README.md) for details on using Grumpy.

0 commit comments

Comments
 (0)