634 projects tagged "Code Generators"
RSP is a retargetable language for writing portable Web applications. Web applications can be written once in RSP and then compiled, using the RSP compiler, to either ASP, JSP or PHP. The RSP language is syntactically similar to Java/JSP. It is strongly typed and pseudo object orientated. Its standard library contains functions and objects for common Web programming tasks and database abstraction.
Spiritbot is a suite of agent/bot applications with an IRC core. The core component interacts with a natural language chat interface (Scheme/LISP) base that parses input natural language (chat) input and then tries to come up with valid responses. The focus of the chat centers on technology.
Visual Menu is a fully standards-compliant DHTML menu builder. It supports all major browsers in common use, including Safari and Opera. The look of the menus are described entirely by CSS and the content is defined with XML, allowing complete separation between content and presentation. Instead of using the JavaScript document.write() method to generate menu content, menus are created using standard DOM calls. It delivers unmatched power, speed of creation, and performance, and supports absolute and static CSS positioning, menu element image labels, icons, arrows, checkbox and radio button menu elements, rollovers, unlimited levels of sub-menus, and the use of tool tips and status bar messages.
TemplateThis is a PHP templating system used to separate HTML from code, easing the process of creating any type of Web application. The main features of TemplateThis are its speed, flexibility, and ease of use. The engine parser includes support for block iterating, control structures, template compiling, custom extensions, and more. TemplateThis is written in pure OO PHP and does not rely on any frameworks or databases to run, making it usable on almost any shared host with PHP enabled.
Druidedb is a simple XML file database API in Java to manage an XML database file system without database complexity (no server or client, and stores only strings). This API creates both the access DAO sources files and the DB filesystem. It can handle auto-increments and primary keys.
In Haskell, data type declarations, Parsec parsers, and HughesPJ pretty-printers very much resemble each other; supplying all three is virtuous, but involves a large amount of code duplication. syntran is a code generator designed to reduce the amount of duplication. Its source is similar to a Parsec LanguageDef-using parser, annotated with the unique information from the data type declaration and the pretty-printer which would normally not be found in a parser. It separates this information out to generate pure Haskell.
Webcockpit is a Web application generator for reporting and monitoring applications. It generates complete JSP-based Web applications which contain charts and tables whose contents are retrieved using database queries. The charts and tables can be configured to link to each other, enabling master detail-like drill-down. You can provide your own HTML or JSP template files which are mixed with the generated JSP to provide a final Web application.
Ccide reads C, C++, BASIC, or bash source code containing embedded decision tables from stdin, expands the tables, copies the remaining statements, and forms a compilable C or C++ source module, executable bash script, or interpretable BASIC program. Erratic side effects are avoided by evaluating all condition expressions at exactly the same time, and by performing all evaluations and actions in the original sequence.
Myghty is a Python-based Web application framework originally ported from HTML::Mason. It supports the full feature set of Mason, allowing component-based Web development with Python-embedded HTML. It also features additional paradigms such as module components, environment-neutral session support, and many more language features. The HTTP connector API includes mod_python, CGI, WSGI, and standalone implementations. It also supports command line and custom non-HTTP environments.