bglafile(1)
NAME
Bglafile - a Module Access File Generator
SYNOPSIS
bglafile [ options ] file ...
DESCRIPTION
Arrayscheme list. Each elements of that list is a list of at least two
elements: a module name, the file that implements that module.
For BEE (the Bigloo Integrated Development Environment) to be
able to retrieve files from module names, it is mandatory that
the first parentheses of the global list is left alone on one
line.
OPTIONS
Array-v Verbose mode
- Array-suffix <suf> Adds suf to the bglafile source file suffix
- es list. Default suffixes are "scm", "sch" and "bgl".
EXAMPLE
- Array$ bglafile foo.scm bar.scm gee.scm
- could print out a list like:
- ;; foo
;; Tue Aug 15 12:17:24 1998 - (
- (foo "foo.scm")
(bar "bar.scm")
(gee "gee.scm") - )
SEE ALSO
AUTHOR
- Manuel SERRANO, Manuel.Serrano@inria.fr
- Aug 15 1998