The following commands are development tools that are commonly found on Unix and Linux systems.
yacc -compatible parser generator.
BSD make program. Use this if you have any BSD makefiles.
High-level revision control system that sits on top of RCS.
Frontend that distributes gcc builds across a network.
A tool that generates lexical analyzers. See lex & yacc (O'Reilly).
Apple's customized version of gcc , the GNU C compiler.
Source-level debugger.
Automate the steps necessary to compile a source code package. GNU and BSD make are included. See Managing Projects with make (O'Reilly).
Generates lexical analyzers. See lex & yacc (O'Reilly).
Manages file revisions.
Extracts files from a zip archive.
Creates a zip archive.