public_html/Tags/cocoaltags


NAME

cocoal - creates tag files for CoCoAl


SYNOPSIS

cocoaltags --add [envs/globalvars/vars] truc.coc

cocoaltags [-h/--help]


DESCRIPTION

CoCoAL is the language of the computer algebra system CoCoA. This system is specialized in Computations in Commutative Algebra

This is a really short perl script that use the package Tags.pm (see Tags.pm) to creates tag files for cocoal files. It can output either TAGS files for emacs or tag files for vi.

It records in the tag file definition of subroutines and, optionnaly, definitions of environnments, global variables, and, say, not too local variables. Tags are found with basic patterns (see the script).


SEE ALSO

cocoaltags --help for a precise description of the options.

Tags.pm

http://www.eleves.ens.fr:8080/home/nthiery/Tags/

the cocoa manpage

the perl manpage


AUTHOR

Nicolas Thiery

Nicolas.Thiery@ens.fr

http://www.eleves.ens.fr:8080/home/nthiery/