1
0
forked from GitHub/gf-core

initial binding to Prolog for the C runtime

This commit is contained in:
kr.angelov
2014-04-02 10:03:19 +00:00
parent d4cbadb6ad
commit b3ba3d3c1c
3 changed files with 86 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
:- module(pgf, [ readPGF/2, language/3 ]).
:- use_foreign_library(foreign('./swipgf.so')).