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.145.800 Times

Parser Generator Java software
Filter: All | Freeware | Demo
 

Parser Generator Java

< 1 2 3 4 5 > 
Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 272

fastjson Fastjson is designed to be a JSON (JavaScript Object Notation) processor written in the Java programming language. Fastjson is an application that includes both a JSON parser and JSON generator.



Platforms: Windows

License: Freeware Download (42): fastjson Download

Added: May 10, 2013 | Visits: 439

JFlex JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). JFlex is designed to work together with the LALR parser generator CUP. It can also be used together with other parser generators like ANTLR or as a standalone tool. Features: - Faster...





Platforms: Windows, *nix, Java, BSD Solaris

License: Freeware Download (54): JFlex Download

Added: October 16, 2013 | Visits: 317

CESTA Although the tool is language-independent, build-in bundle of transformations is focused on improving security of Java Card applications. Sample transformations were designed to improve resiliency against various threats like power analysis, error induction, atomicity of transactions or can add...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 4 MB Download (48): CESTA Download

Added: February 09, 2006 | Visits: 5.858

Code to Chart An integrated visual code analyzer and source code flowchart generator.It makes you ever easier and convenient to read code. By using Code to Chart,you could quickly get a visual flowchart representation of your source code and get synchronization between flowchart and the code in editor, easily...


Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 1.37 MB Download (889): Code to Chart Download

Added: January 18, 2010 | Visits: 1.149

Jikes JikesTM is a compiler that translates JavaTM source files as defined in The Java Language Specification into the bytecoded instruction set and binary format defined in The Java Virtual Machine Specification. You may wonder why the world needs another Java compiler, considering that Sun provides...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (211): Jikes Download

Added: October 08, 2010 | Visits: 785

Polyglot Polyglot is a highly extensible compiler front end for the Java programming language. The project is implemented as a Java class framework using design patterns to promote extensibility. Using Polyglot, language extensions can be implemented without duplicating code from the framework itself....


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (93): Polyglot Download

Added: July 17, 2010 | Visits: 1.030

Jikes RVM Jikes RVM is a compiler that translates JavaTM source files as defined in The Java Language Specification into the bytecoded instruction set and binary format defined in The Java Virtual Machine Specification. You may wonder why the world needs another Java compiler, considering that Sun...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.6 MB Download (97): Jikes RVM Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 414

Open Source EXPRESS Parser Developer tools for EXPRESS (ISO 10303-11), an information modeling language. The core of this project is a Java Express parser using the ANTLR parser generator. This project was initiated by the National Institute of Standards and Technology.


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.43 MB Download (49): Open Source EXPRESS Parser Download

Released: December 17, 2012  |  Added: December 17, 2012 | Visits: 228

Tedir Tedir is a general purpose top-down parser library for java. Unlike a parser generator, it allows efficient parsers to be constructed at run-time, rather than at compile-time, and allows parsers to be extended while running.


Platforms: Windows, Mac, Linux

License: Freeware Size: 756.42 KB Download (48): Tedir Download

Added: May 10, 2013 | Visits: 446

AndroMDA AndroMDA is an extensible generator framework that adheres to the Model Driven Architecture (MDA) paradigm. Models from UML tools will be transformed into deployable components for your favorite platform (J2EE, Spring, .NET). Unlike other MDA toolkits, AndroMDA comes with a host of ready-made...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (54): AndroMDA Download

Added: June 26, 2013 | Visits: 343

XIST for Linux XIST is an extensible HTML and XML generator. XIST is also a XML parser with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (31): XIST for Linux Download

Added: July 18, 2010 | Visits: 1.399

Big Faceless Graph Library The Big Faceless Graph Library is a Java class library for creating graphs and charts. It is backed by a full 3D engine, allowing you to create shaded 3D pie, bar, and line graphs as GIF, PDF, PNG, or other image formats. Big Faceless Graph Library features include transparent backgrounds,...


Platforms: *nix

License: Shareware Cost: $800.00 USD Size: 1.6 MB Download (100): Big Faceless Graph Library Download

Added: June 11, 2010 | Visits: 1.301

Big Faceless PDF Library The Big Faceless PDF Library is a Java class library for creating PDF documents. The Extended Edition of Big Faceless PDF Library offers the ability to create and edit AcroForms, PDFs answer to the HTML form. Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call...


Platforms: *nix

License: Shareware Cost: $800.00 USD Size: 4.7 MB Download (95): Big Faceless PDF Library Download

Added: January 25, 2010 | Visits: 717

ANTLRWorks ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, Python, or C++ actions. ANTLR is popular because it is easy to understand,...


Platforms: Mac

License: Freeware Download (101): ANTLRWorks Download

Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 274

KxParser KxParser is a dinamic and reliable parser library. There are many parser generators today on the market and you may be wondering why yet another? Answer is simple - because none of those parsers are dynamic initialized! What does it mean? Today's parsers allows you to define inputs and rules and...


Platforms: Windows

License: Freeware Download (49): KxParser Download

Added: August 23, 2013 | Visits: 306

pyPEG Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates. But sometimes you may want to have your own parser. This is what's pyPEG for. To get a quick...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): pyPEG Download

Added: September 10, 2013 | Visits: 381

pyPEG for Linux Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates. But sometimes you may want to have your own parser. This is what's pyPEG for. And pyPEG supports...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): pyPEG for Linux Download

Added: May 02, 2006 | Visits: 4.335

TooHot Crossword Puzzles Compiler The TooHot Crossword Puzzles Compiler generates Crossword Puzzles fully automatically using clue-databases. It generates Swedish Puzzles where, the clues are in squares. These crossword puzzles are very popular in European Countries. It can be used as crossword dictionary as well. Wildcards ? and...


Platforms: BeOS, OS/2, Windows, Mac, *nix

License: Freeware Size: 2.01 MB Download (503): TooHot Crossword Puzzles Compiler Download

Released: February 08, 2004  |  Added: October 17, 2006 | Visits: 3.915

JSPMaker JSPMaker is a powerful yet easy-to-use code generator that creates a full set of JSP (JavaServer Pages) quickly from MySQL or Oracle. Using the generated JSP, users can view, edit, search, add and delete records in the database easily on the Web. Generated codes are clean, straightforward and...


Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 3.89 MB Download (546): JSPMaker Download

Added: May 10, 2013 | Visits: 928

OpenXava OpenXava is a full-stack framework for developing database-backed web applications, like Ruby on Rails, but OpenXava produces standard J2EE / JavaEE applications that can be deployed and any standard Java Application Server (or standard Java Portal). The features that make OpenXava unique are:...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (105): OpenXava Download

< 1 2 3 4 5 >