dcg.H

00001 /* File:      dcg.H
00002 ** Author(s): Kostis F. Sagonas
00003 ** Contact:   xsb-contact@cs.sunysb.edu
00004 ** 
00005 ** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1998
00006 ** 
00007 ** XSB is free software; you can redistribute it and/or modify it under the
00008 ** terms of the GNU Library General Public License as published by the Free
00009 ** Software Foundation; either version 2 of the License, or (at your option)
00010 ** any later version.
00011 ** 
00012 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00013 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00014 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00015 ** more details.
00016 ** 
00017 ** You should have received a copy of the GNU Library General Public License
00018 ** along with XSB; if not, write to the Free Software Foundation,
00019 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00020 **
00021 ** $Id: dcg.H,v 1.15 2005/03/01 22:23:47 dwarren Exp $
00022 ** 
00023 */
00024 
00025 
00026 :- export dcg/2, 'C'/3, phrase/2, phrase/3, set_dcg_style/1.
00027 :- export tphrase/2, tphrase/3, tphrase/1, reset_dcg_mode/0.
00028 :- export tphrase_set_string/1, tphrase_set_string_keeping_tables/1, 
00029   tphrase_string_length/1, tphrase_add_word/3, tphrase_print_words/0.
00030 :- export tphrase_set_string_auto_abolish/1, set_dcg_supported_table/1.
00031 
00032 
00033 :- import abort/1, arg/3, call/1, is_list/1, functor/3,
00034         write/1, writeln/1, warning/1, (index)/3
00035    from standard.
00036 :- import xsb_flag/2 from curr_sym.
00037 :- import stat_set_flag/2, term_new_mod/3 from machine.
00038 :- import assert/1, retractall/1, (dynamic)/1, clause/2 from assert.
00039 :- import abolish_all_tables/0, invalidate_tables_for/2, table_state/4
00040         from tables.
00041 :- import (:-)/2 from usermod.
00042 :- import invalidate_table_for/2 from usermod.
00043 
00044 /* ----------------------- end of file dcg.H -------------------------- */
00045 

Generated on Wed Jul 26 13:30:47 2006 for XSB by  doxygen 1.4.5