Gema is a general purpose text processing utility based on the concept of pattern matching. In general, it reads an input file and copies it to an output file, while...
gema is a general purpose text processing utility based on the concept of pattern matching. in general, it reads an input file and copies it to an output file, while performing certain transformations to the data as specified by a set of patterns defined by the user.
it can be used to do the sorts of things that are done by unix utilities such as cpp, grep, sed, awk, or strings. it can be used as a macro processor, but it is much more general than cpp or m4 because it does not impose any particular syntax for what a macro call looks like.
macros ascii pattern-matching preprocessor data-extraction text-processing text-transformation unstructured-data