1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

pike binding by fippo

This commit is contained in:
tg(x) 2011-06-12 12:52:27 +02:00
parent 9fe62b959c
commit 520cb9fbde
5 changed files with 248 additions and 0 deletions

6
pike/README Normal file
View file

@ -0,0 +1,6 @@
to compile the cmod:
pike -x module
to run the code:
pike -M. rendertest.pike
pike -M. parsetest.pike