summaryrefslogtreecommitdiff
path: root/README
blob: 9e9004d97f6329aea50d88d607a6dd3a1bd7cacb (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-persist
    https://gitlab.com/tampe/guile-persist

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