AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized. Output is specified with a Scheme-enhanced output template. Input, if required by your template, may come from AutoGen definitions, CGI data, or XML files.
| Tags | Other/Nonlisted Topic Software Development Build Tools Code Generators Text Processing Markup XML |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C C++ Scheme Unix Shell |
Recent releases


Changes: A new function time-string->number will convert various time duration strings (a la ISO-8601) into a count of seconds. There are various obscure cleanups.


Changes: Minor tweaks. Mostly the vehicle for AutoOpts.


Changes: The --usage option is now supported. Suppression of configuration file parsing with environment variables now works correctly. Cleanups were made for Windows and Debian packaging.


Changes: Some configuration issues were fixed.


Changes: A few convenience functions have been added for manipulating string tables. This is primarily a vehicle for an AutoOpts bugfix.