• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:and

3 wxExpr is a C++ class reading and writing a subset of Prolog-like syntax,
6 wxExpr can be used to develop programs with readable and
13 for a data file format for C++ that was easy for both humans and
15 development, and that provided some compatibility with AI languages
16 such as Prolog and LISP.
18 The result was the wxExpr library (formerly called PrologIO), which is able to read and write a
19 Prolog-like attribute-value syntax, and is additionally capable of
25 \item I/O routines are easier to write and debug compared with using binary files;
29 \item Prolog and LISP programs can load the files using a single command.
32 The library was extended to use the ability to read and write
72 This is substantially easier to read and debug than a series of numbers and
77 by a list of attribute-value pairs enclosed in parentheses, and finished
107 For UNIX compilation, ensure that YACC and LEX or FLEX are on your system. Check that
113 For DOS compilation, the simplest thing is to copy dosyacc.c to y\_tab.c, and doslex.c to
117 and FLEX on DOS.
123 If you are using Borland C++ and wish to regenerate lex\_yy.c and y\_tab.c
124 you need to generate lex\_yy.c with FLEX and then comment out the `malloc' and `free'
127 USE\_DEFINE from the makefile and recompile. This is because the parser.y
130 parser.y, and if necessary edit it to make it compile in the opposite
134 %and try loading test.exp into the test
155 A clause has a {\it functor}\/ (name), and a list of attributes, each of which
157 integer, floating point number, and list. A list can itself contain any
175 and writes the whole database to a file. The file it produces looks like