summaryrefslogtreecommitdiff
path: root/README
blob: 1b1b7654c8e613c20ebcd765ee40f987046801fa (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

You also need guile-log and dependencies.
...

To try it either put a python module file in language/python/module/. or try the interactive python shell via
  ,L python




To install the repository, go to the module directory and issue
 > autoreconf -i
 > ./configure
 > make
 > sudo make install