Next: uni-fd
Up: Unification functions
Previous: uni
uni-string
Type: function
Calling form: (uni-string input-fd &key grammar
non-interactive limit cat-attribute)
Arguments:
- input-fd is an input fd. It must be recognized by fd-p. It must
not contain disjunctions.
- grammar is a FUG. It must be recognized by grammar-p. By
default, it is *u-grammar*.
- non-interactive is a flag. It is nil by default.
- limit is a number. It is 10000 by default.
- cat-attribute is a symbol. It has the value of *cat-attribute* by
default.
Description: uni-string works exactly like uni except that it
returns the generated string as a lisp string and does not print it.
Michael Elhadad - elhadad@cs.bgu.ac.il