RSS 405 projects tagged "Code Generators"

No download No website Updated 06 Jun 2012 r6rs-thrift

Screenshot
Pop 28.53
Vit 18.67

r6rs-thrift provides a pure Scheme implementation of the Apache Thrift framework, including parsing and code generation.

No download Website Updated 04 Apr 2012 Zodeken

Screenshot
Pop 19.16
Vit 20.44

Zodeken generates code to access MySQL with Zend Framework. It can generate Controllers for CRUD actions, Db_Tables, Mappers, and Forms classes to manipulate records of MySQL tables using the zf commandline tool based on db settings in the application.ini file of your project. Validators and filters are added to the form automatically depending on the field's data types. It can detect table relationships and adds methods to access related database table records.

Download Website Updated 09 Feb 2013 r6rs-protobuf

Screenshot
Pop 50.32
Vit 6.66

r6rs-protobuf provides a pure Scheme implementation of Google's Protocol Buffers framework, including parsing and code generation.

Download No website Updated 19 Dec 2010 SourceMagic

Screenshot
Pop 38.91
Vit 29.74

SourceMagic is a PHP object generator. SourceMagic automatically generates PHP classes and methods from database tables. These automatically generated methods let programmers create, read, update, or delete database records.

Download No website Updated 21 Nov 2010 XmlPlus xsd2cpp

Screenshot
Pop 25.26
Vit 30.26

XmlPlus xsd2cpp is a tool that compiles an XML schema into C++ data bindings. When invoked on an input XSD file, it generates the C++ sources (implementation/headers) for the supplied XML schema, a main.cpp template to demonstrate how generated sources can be consumed, and the automake/autoconf files for building the generated source.

No download No website Updated 08 Nov 2010 Code Generation Tools for Free Pascal

Screenshot
Pop 27.24
Vit 30.40

Code Generation Tools for Free Pascal is a toolbox for developers using Free Pascal or Delphi. It generates source code for some repeating programmer tasks.

Download Website Updated 31 Dec 2011 nyu

Screenshot
Pop 64.83
Vit 2.46

nyu is a combination of modern academic approaches to parsing formal grammars from PEGs and expression grammars that represents the new state of the art in parser generators. nyu grammars are written in a powerful language based on PEGs (parsing expression grammars) but with modifications to allow both the AST and the parser to be specified intuitively in a single grammar. nyu outputs parsers that take advantage of the chilon::parser meta-programming library for C++. The generated parsers are almost as concise and readable as the input grammars, yet perform as well as hand-written C code. nyu ASTs are built using tuples, variant types, and lists, and allow self referential parsers and AST nodes to be manipulated. Advanced features such as hashed containers and grammar inheritance are also possible and well tested. nyu is currently powerful enough to deal with complex grammars and bootstraps its own parser.

Download No website Updated 19 Feb 2011 WSF Staff

Screenshot
Pop 22.54
Vit 31.93

WSF Staff is Web Service Framework for C++, AJAX, and J2ME that is based on Apache Axis2/C. WSF Staff wraps Apache Axis2/C code into C++, and also provides many additional features: a stateful Web services implementation in C++ with instance support, a synchronous and asynchronous client implementation in C++, AJAX, and J2ME, a service-component architecture implementation, support for RESTful Web services and clients, WSDL support with xsd import and export, J2ME client support (based on ksoap), a flexible and extensible code generator to generate any sort of Web service related source code (not only in C++), security support (users, groups, sessions, ACLs, etc.), and a Web application toolkit (webapp) with widget support.

Download No website Updated 21 Jul 2010 Netbeans Java SQL Generator

Screenshot
Pop 21.00
Vit 32.17

Netbeans Java SQL Generator is a plugin that automatically generates SQL code (currently for MySQL and PostgreSQL) and Java database methods (such as insertIntoTable, update, delete, and createTable) from variables in a Java class. It comes with many options and possibilities to customize the generated SQL and code for your needs. It works with Netbeans version 6.9 or later on any Netbeans supported system.

No download No website Updated 08 Jul 2010 FSMGen

Screenshot
Pop 18.44
Vit 32.37

The FSMGen program is a compiler that assembles a state machine definition into executable code in C. The output is designed to be generic and is not bound to any particular input. The tarball contains source code and a Makefile for building it on Linux systems.

Screenshot

Project Spotlight

MyWebSQL

A Web based, WYSIWYG database client.

Screenshot

Project Spotlight

Jailer

A database subsetting tool that exports relational data into various formats.