Projects tagged ‘c’ and ‘generator’


[26 total ]

398 Users
   

Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D. Doxygen is developed under Linux and Mac OS X, but is ... [More] set-up to be highly portable. As a result, it runs on most other Unix flavors as well. Furthermore, executables for Windows are available. [Less]
Created over 3 years ago.

43 Users
   

ANother Tool for Language Recognition (ANTLR) is the name of a parser generator that uses LL(k) parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in ... [More] 1989, and is under active development. Its maintainer is professor Terence Parr of the University of San Francisco. [Less]
Created over 3 years ago.

41 Users
   

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects.
Created about 1 year ago.

4 Users
   

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into eclipse by providing a high-level graphical user interface over doxygen.
Created over 2 years ago.

1 Users
 

Project Lestes is an ongoing effort to make a C++ compiler with comprehensive C++ source code using the most advanced algorithms seen. Other goals include: easilly retargettable compiler, compiler ... [More] that can be successfully used in teaching compiler construction, compiler that can compile multitude of languages. [Less]
Created about 1 year ago.

1 Users

QuHelp is a command-line program that scans a directory with HTML formatted text files and builds a help site using that directory's content and a template. A default template is included, but any ... [More] template can be specified. QuHelp adds a nice expandable tree view of the help site's contents, a navigator, permalinks, and other useful stuff for browsing the help site. [Less]
Created 5 months ago.

1 Users

Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever).
Created about 1 year ago.

0 Users

Generate passwords for the NES game bomberman 2 requires .net coded in c# by Shawn Crawford
Created about 1 month ago.

0 Users

This program generates passwords for the NES game Mega Man 3. coded using c# with visual studio .net required programmed by Shawn Crawford
Created about 1 month ago.

0 Users

LeandocLeandoc is a small documentation generator. Unlike other generators like Doxygen or epydoc, it is designed with simplicity in mind. While the others generate dozens of files, a complex ... [More] directory hierarchy and an untold number of support files, leandoc parses the files through the command line printing one single file to stdout. Features: easy to use extremely fast and small perfect for small projects generates valid XHTML 1.1 code Easy to useTo generate the documentation for leandoc, I use the following command: leandoc .c .h -n > doc.xml [Less]
Created 12 months ago.