initial binding to Prolog for the C runtime

This commit is contained in:
kr.angelov
2014-04-02 10:03:19 +00:00
parent c328a7fd4a
commit d110df7a1f
3 changed files with 86 additions and 0 deletions

2
src/runtime/swipl/pgf.pl Normal file
View File

@@ -0,0 +1,2 @@
:- module(pgf, [ readPGF/2, language/3 ]).
:- use_foreign_library(foreign('./swipgf.so')).