Showing 26 open source projects for "javacc"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 1

    JavaCC Eclipse Plugin

    Version 1.6.1

    The JavaCC Eclipse Plugin provides a JavaCC & JTB editor and a builder which process .jj, .jjt & .jtb files and integrate with Eclipse's incremental build system. Compatible with Eclipse 4.6.0+ and Java 1.8+. Also embeds JTB 1.5.1.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Velocity Editor Plugin

    Velocity Editor Plugin

    VTL (Velocity Template Language) edit support for the NetBeans IDE.

    Provides basic support to Velocity's *.vm and *.vsl files. Syntax coloring, basic error highlighting and braces matching is achieved with a lexer and parser based on Apache Velocity's 1.6.2 specification and compiled with JavaCC 5.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NSqlParser is the .net version about JSqlParser project,usually,its used for parse and transform a SQL statement into c# classes. As we know,The JSqlParser(see http://jsqlparser.sourceforge.net/) is a very simple and intelligence tool which can parse SQL statement and translate it into a hierarchy of Java classes. This great assembly is based on another smart and famous assembly whoes name is 'javacc'. Now I build this c# project which is based on JSqlParser project .Notably,the JSqlParser...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java SQL parser, based on JavaCC. GPL v3 license.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 5

    JAVACC text language detection

    Text language detection algorithm-program using JAVACC

    A JAVACC parser is used to parse the reference text and 'read' it. If the text is long enough, the info derived will enable the program to decide if a given word (or text) is in the same language as the reference text. The program sources (with all the development stages) and corresponding outputs are given. The references are also supplied as they can be found on the internet publicly. You can find further explanations at http://tekne-techne.blogspot.com/2013/07/text-language-detection...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Compiladores

    compiladores, SCC0206, JAVACC, Euphoria

    Trabalho da primeira parte da matéria de compiladores da USP - Bacharelado em Ciência da Computação - São Carlos - 2014. Utilizando JAVACC para mapeamento da linguagem Euphoria. Acrescentando característica de Python declaração de tipo não obrigatória.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    rejcc

    Customized version of JavaCC 5.0

    Customized version of JavaCC 5.0 to add incremental parsing. Set up as an Eclipse project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JTraductor UTEM
    Requires Java 7. JTraductor is a translator from Pseudo-code in spanish to Java code designed to teach programming. This project was inspired by PSeInt project, but writing in Java and using JavaCC for the translation of the code, and providing functions and methods. Now support GNU/Linux and Windows XP or 7 (in GNU/Linux also requires Xterm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Owlet Programming Language
    Programming language Owlet is a rule-based interaction level programming language for building distributed applications. The compiler is implemented using JavaCC that translates Owlet programs to Java programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • 10
    RES is a pure Java based Open Source Cobol to Java translator. It creates maintainable Java code for a subset of VS Cobol syntax. It has been developed with JDK, JTB and Javacc.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    DemeterF is a class and traversal generator for Java and C# that supports development with generic/generative functional programming and functional collection libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The educational research database management system with parallel processing of queries. Queries are being performed using SQL. Includes visualization of SQL queries processing. Written in Java with JavaCC for SQL grammar parsing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A verilog language compiler written using Java and JavaCC. It produces a netlist, an ascii text file, of all the cell connections. It can compile very large circuits comprised of many modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    The JSPParser parses and indexes a Java Server Pages document so that the static template text of the JSP page can be searched by a search engine. The parser requires the use of javacc to create a java source file which can be compiled to run an any OS wi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A parser generator derived from ANTLR with JavaCC like (but not the same) syntax and some new features. It also comes with sample grammars for CSharp, Java, GnuC, Html, XHtml, Xml, ECMA262... etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A JavaCC PDDL 2.2 and higher parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JMCA - The Java Method Cohesion Analyzer takes valid Java source files and analyzes the Object-Oriented Method Cohesion of each method found. JMCA uses JavaCC for the parsing functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A JAVA suite for parsing arbitrary text data. Not just HTML or XML or Java, but all of them. Use it when the JDK tokenizers are too limited, JavaCC, JTB etc. are too complicated, or You need dynamic parser configuration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JavaCCCS is a port of JavaCC to generate C# code instead of Java. JavaCCCS is a compiler compiler, i.e. given a grammar file it generates a parser for it that can then be used directly or by other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An extensible Java implementation of the W3C XQuery language. The project aims to provide a generic XQuery parser (written with JavaCC), translation to the XQuery core grammar, modularised query optimisation, and an open XMLSchema type system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Visai Neri is an attempt to syntactically parse Natural Languages in general and Tamil in particular. To this end, we have developed an application using JavaCC to parse Venpa poetry after writing the grammar in BNF. Vision: complete Tamil grammar in
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RelaxNGCC is a tool for generating Java source code from a given RELAX NG grammar. By embedding code fragments in the grammar like yacc or JavaCC, you can take appropriate actions while parsing valid XML documents against the grammar.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    YACCL is a simple Java recursive descent parser, in the tradition of other RDP technologies such as ANTLR and JavaCC. It differs from these in a number of ways: it is smaller and simpler (though not necessarily faster).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    <img src=http://www.ifrance.com/divisionX/JOE-LOGO.BMP align=left><div><b>JOE</b> -<i>Java Optimization Engine</i>- provides an easy way to optimize programmatically Java applications. <b>JOE</b> is an Ant optional task (like XDoclet or JavaCC).</div><br
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is a parser generator, like the lex and yacc, but is based on the JavaCC grammar. It was writing in c++, run on linux and dos, and don't use another library. The grammar parser is specified through a simple file, and the parser generated
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next