mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
3 lines
91 B
Prolog
3 lines
91 B
Prolog
:- module(pgf, [ readPGF/2, language/3 ]).
|
|
:- use_foreign_library(foreign('./swipgf.so')).
|