mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
51db51165c
program formatting and execution. Approved by: tobez (implicit)
9 lines
421 B
Plaintext
9 lines
421 B
Plaintext
Class::CodeStyler is an object oriented API to be used by code-gererators
|
|
in producing formatted code (Perl, C, other). The produced code file can
|
|
also be syntax checked, displayed with line numbers, executed, and eval'd.
|
|
Code can be inserted anywhere in the generated program using a system of
|
|
bookmarks and jumps.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-CodeStyler
|
|
Author: m gaffiero <gaffie@users.sourceforge.net>
|