Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.181.320 Times

C Parser In Javacc software
Filter: All | Freeware | Demo
 

C Parser In Javacc

< 1 2 3 4 5 > 
Added: October 13, 2010 | Visits: 1.377

GNU C library GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions. GNU C library is used by almost all C programs and provides the most essential program interface. The history of Unix and various standards determine much of the interface of the C...



Platforms: *nix

License: Freeware Size: 19.5 MB Download (109): GNU C library Download

Added: June 16, 2010 | Visits: 1.722

Bison Bison project is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk...





Platforms: *nix

License: Freeware Size: 1.3 MB Download (153): Bison Download

Added: April 17, 2010 | Visits: 996

C::DynaLib C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func = $lib->DeclareSub( { "name" => $symbol_name, [param =>...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib Download

Added: March 11, 2010 | Visits: 984

GIMP# GIMP# is an API wrapper around GIMP, written in C#. However, its not just a wrapper. GIMP# project also adds a thin layer which adds C# specific features, like iterating through a collection. An example of this is an iteration through the guides of an image. In C# this looks like: foreach...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (91): GIMP# Download

Added: May 05, 2010 | Visits: 1.072

muhttpd muhttpd (mu HTTP deamon) is a simple but complete Web server written in portable ANSI C. It supports static pages, CGI scripts, and MIME type based handlers. It drops privileges before accepting any connections, and can log received requests. It has been tested on OpenBSD, GNU/Linux, NetBSD,...


Platforms: *nix

License: Freeware Download (93): muhttpd Download

Added: July 15, 2010 | Visits: 1.424

Shell::Parser Shell::Parser is a simple shell script parser. SYNOPSIS use Shell::Parser; my $parser = new Shell::Parser syntax => bash, handlers => { }; $parser->parse(...); $parser->eof; This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (176): Shell::Parser Download

Added: May 11, 2010 | Visits: 786

C/Invoke C/Invoke is a library for connecting to C libraries at runtime. This differs from the typical method of interfacing with C, which involves writing static definitions which are then compiled to a machine-dependant format. C/Invoke provides a runtime facility to build descriptions of C functions...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (94): C/Invoke Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 260

CSharpCC Parser Generator CSharpCC is a compiler-compiler written Java for producing C# parsers from a given grammar. This project is a version of JavaCC (http://javacc.dev.java.net) and accepts a similar grammar, except it supports C# syntax, in spite of Java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 239.13 KB Download (53): CSharpCC Parser Generator Download

Released: March 02, 2007  |  Added: March 30, 2007 | Visits: 3.824

C-Organizer C-Organizer is a beautiful and powerful personal information manager. The program can help you organize and plan your business and personal life. In short, this is an Appointments, Address Book, Password manager and Notebook combined into one powerful, easy-to-use application. Program's...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 5.22 MB Download (219): C-Organizer Download

Released: January 07, 2004  |  Added: February 18, 2006 | Visits: 3.248

EMS QuickPDF (for Delphi and C++ Builder) EMS QuickPDF Component Suite gives you an opportunity to create PDF documents with your applications written on Delphi or C++ Builder in a most simple and easiest way. There is no need to know PDF specification - you can generate PDF files without any knowledge of PDF format using our EMS...


Platforms: Windows

License: Shareware Cost: $195.00 USD Size: 959 KB Download (113): EMS QuickPDF (for Delphi and C++ Builder) Download

Released: December 07, 2017  |  Added: January 01, 2018 | Visits: 2.947

PDF Focus .Net PDF Focus .Net is designed to help you in development of applications where is necessary to convert any PDF documents. Let's see what API functions the PDF Focus .Net can provide for you: PDF to Word (DOCX). PDF to Word (RTF). PDF to Images (Multipage TIFF, PNG, Jpeg and so forth). PDF to...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $578.00 USD Size: 23.64 MB Download (306): PDF Focus .Net Download

Added: February 18, 2010 | Visits: 955

Arg_parser Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. Arg_parser is implemented as a C++ class, and is simpler, easier to use, and safer that "getopt_long". Arg_parser does not modify its arguments, nor uses any global variables. So you may create...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (91): Arg_parser Download

Added: August 03, 2010 | Visits: 1.068

XSD/e XSD/e is a XML Processing for Embedded Systems. CodeSynthesis XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (100): XSD/e Download

Added: November 03, 2010 | Visits: 1.459

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: June 01, 2010 | Visits: 777

pygccxml pygccxmls purpose is to generate an XML description of a C++ program from GCCs internal representation. Since XML is easy to parse, other development tools will be able to work with C++ programs without the burden of a complicated C++ parser. The purpose of pygccxml is to read a GCC-XML...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (99): pygccxml Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 345

C++Pager The C++Pager can help C++ programmers to output long complex text (i.g HTML). It enables to embed C++ code in text files which use JSP like syntax, and uses STL based stream to output. It is the C++'s simple standalone version of JSP.


Platforms: Windows, Mac, Linux

License: Freeware Size: 75.43 KB Download (48): C++Pager Download

Added: June 08, 2013 | Visits: 512

clipsmm - A C++ CLIPS Interface clipsmm is a C++ interface and library for CLIPS. CLIPS is an environment for creating rule-based and/or object-based expert systems. clipsmm extends the CLIPS C API in several ways: CLIPS Environments are encapsulated in an Environment object as are many of the other CLIPS concepts such as...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (47): clipsmm - A C++ CLIPS Interface Download

Released: June 11, 2012  |  Added: June 11, 2012 | Visits: 325

Programming with wxDev-C++ A book aimed at C++ programmers of all experience using wxWidgets and wxDev-C++. Available in PDF and CHM formats this book is backed with downloadable source code examples.


Platforms: Windows, Mac, Linux

License: Freeware Size: 7.65 MB Download (55): Programming with wxDev-C++ Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 475

Beginning C# Programming ** Note that you need a Windows PC to develop C# applications. Learn C# Programming in the quickest time possible with this concise app that teaches you all the essentials about C# programming. Written for people who have NO backgro


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 1.5 MB Download (52): Beginning C# Programming Download

Added: May 10, 2013 | Visits: 495

CodeSynthesis XSD CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C data binding compiler.Provided with an XML instance specification (XML Schema), it generates C classes that represent the given vocabulary as well as parsing and serialization code. XSD supports two XML Schema to C mappings:...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (50): CodeSynthesis XSD Download

< 1 2 3 4 5 >