summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-08-31 20:37:18 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2017-08-31 20:37:18 +0200
commit148d454927465a4df374bf852a2d7dbdd7fe1dd2 (patch)
treec7911e79b35ca6e1117d52431fe6438ddefac0c8 /README
parente32e72dfa7a09c4a791e49d816d52c483d12e5f6 (diff)
compiler
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4d1a24c
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+In order to use this package one need the stis-parser installed.
+
+https://gitlab.com/tampe/stis-parser
+
+
+With this you can compile a guile python file to any target from tree-il e.g.
+
+
+stis> ~/src/guile/meta/guild compile test.py --output=test.go --from=python
+
+...