mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b6251a324b
It is composed by the following utilities: cinfo, cinfoc and cinfodc - C language documentation tools cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files with colors yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program Submitted by: Sandro Sigala <ssigala@globalnet.it>
17 lines
603 B
Plaintext
17 lines
603 B
Plaintext
cutils is a collection of miscellaneous utilities useful
|
|
for C programmers. It is composed by the following utilities:
|
|
|
|
cinfo, cinfoc and cinfodc - C language documentation tools
|
|
cdecl and cundecl - decode and encode C type declarations
|
|
cobfusc - make a C source file unreadable but compilable
|
|
chilight - highlight C source files with colors
|
|
yyextract - extract grammar rules from yacc grammar
|
|
yyref - yacc grammar reference program
|
|
|
|
Experimental stuff not compiled by default:
|
|
safealloc - simple malloc(), free() and friends checking utility
|
|
scc - Small C Compiler
|
|
|
|
Sandro Sigala
|
|
ssigala@globalnet.it
|