mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-20 00:30:13 -06:00
initial binding to Prolog for the C runtime
This commit is contained in:
2
src/runtime/swipl/pgf.pl
Normal file
2
src/runtime/swipl/pgf.pl
Normal file
@@ -0,0 +1,2 @@
|
||||
:- module(pgf, [ readPGF/2, language/3 ]).
|
||||
:- use_foreign_library(foreign('./swipgf.so')).
|
||||
Reference in New Issue
Block a user