Open Source Yacc Software - Page 2

Yacc Software

Yacc Clear Filters

Browse free open source Yacc Software and projects below. Use the toggles on the left to filter open source Yacc Software by OS, license, language, programming language, and project status.

  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • 1
    WebCleaner is a filtering HTTP proxy. It removes adverts, compresses documents, deanimates GIFs, can use SquidGuard filter lists, and more. It is easy to configure with a web interface.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    perkun

    perkun

    two experimental AI languages + zubr

    Two experimental AI languages - Perkun and its successor Wlodkowic. Attempt to maximize the expected value of the payoff function by appropriate choosing the actions (output variables values). The package contains also a tool called zubr - a Java code generator based on Perkun. Take also a look at my blog: http://pawel-biernacki.blogspot.fi/ For Windows users there is an installer: http://www.pawelbiernacki.net/perkun.msi
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Postgres-XC
    Postgres-XC is a write-scalable synchronous multi-master PostgreSQL cluster with the following features. 1) Both read and write scalability. 2) Configured with more than one server. 3) Complete global transaction and visibility management.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    AMILab
    amilab is a tool for image processing that includes its own scripting language, and an interface for visualizing 2d/3d images and 3d surfaces. Its main application is medical image processing.
    Downloads: 4 This Week
    Last Update:
    See Project
  • MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design. Icon
    MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design.

    Microstation enables architects, engineers, and designers to create precise 2D and 3D drawings that bring complex projects to life.

    MicroStation is the only computer-aided design software for infrastructure design, helping architects and engineers like you bring their vision to life, present their designs to their clients, and deliver their projects to the community.
    Learn More
  • 5
    RANGE: produce random genetic transcription networks in the NEMO language, which when compiled outputs models in Systems Biology Markup Language. Generate synthetic microarray data, or use NEMO alone to SBML-ize a network, or visualize it in cytoscape.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    ircd and services for the IRC Hispano chat network
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    GRAMophone is an algorithmic generator of music composition. The music is generated using two kinds of formal grammar: Chomsky’s grammar for TOP DOWN approach to the composition and a reduced version of Lindenmayer grammar for BOTTOM UP approach.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Imprudence viewer

    Imprudence viewer

    Imprudence is an open source metaverse viewer project.

    Imprudence is an open source metaverse viewer project based on the Second Life Viewer source. The goal of Imprudence is to greatly improve the usability of the Viewer through community involvement, thoughtful design, modern development methods, and a pro-change atmosphere.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    CHIMP aims to provide a complete suite of tools for the investigation and modeling of chemical systems. It currently is able to parse chemical reaction mechanisms and run kinetic Monte Carlo simulations on the reacting system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • 10
    MGFp
    MGFp is open parser implementation for the Mascot Generic Format (MGF). It uses bison/flex to define a formal grammar and provides the necessary C++ adapter classes. The software is provided under a BSD license. Development on SF.net has ceased. You can find the project at http://kirchnerlab.github.com/libmgf/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    ONSlaught is an ONScripter clone with Unicode support and other features. Its aim is to completely replace ONScripter as an open source visual novel engine by providing a completely new design and new features.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    freejava is a bundle of tools for programming java easier and faster!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Given YACC-like and LEX-like input files, yagg generates a C++ program that generates all strings of a user-specified length. yagg is easy to use, and provides a means of generating test inputs or validating a parser grammar by inspecting the strings.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    The LEO-SYSGEN project deals with development of the Sysgen tool for Linux Based ECOS interface for OSEK/VDX Based RTOS. Feel free to download-develop-submit and query about it!!!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Comsyste is a utility for evaluating the fairness of combat systems for computer games by running simulations of fights under the given combat formulae.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A parsing toolkit that supports both top-down (LL(1) and Simple Precedence) and bottom-up parsing (LR(0), SLR(1), LR(1) and LALR(1)). The toolkit supports generating Java parsers for all the bottom-up parsing methods, based on a CUP definition.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    XML Parsers and Utilities

    integrated set of C++ tools for manipulating XML schemas & data files

    This is an integrated set of C++ software tools for manipulating XML (eXtensible Markup Language) schemas and XML instance files. The tools are: •xmlSchemaParser - parses and reformats XML schema files, and prints typederivation hierarchies. Also includes a C++ model of XML schema. •xmlInstanceParserGenerator - generates C++ classes and a YACC/Lex instance file parser from an XML schema – it’s a software tool that writes software tools •orphanFinder - identifies unused types and undefined types in one or a set of XML schema files •xmlSchemaAttributeConverter - rewrites an XML schema file, converting attributes to elements •xmlSchemaXpathChecker - checks that all paths in all constraints in a schema are possible, and reports those that do not exist •xmlSchemaPathFinder - generates all possible paths through an instance tree that contain components specified by the user
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    Y2L

    Yacc-to-Latex pretty printer/convertor

    Y2L is a Yacc-to-Latex pretty printer/convertor. It converts Yacc grammar descriptions into EBNF descriptions in LaTeX or plain ASCII. It's written entirely in AWK.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    The Z83 C Compiler is an optimizing cross compiler for a language very similar to C targeted toward the TI83+. The output from the compiler may be assembled with TASM (http://home.comcast.net/~tasm/) or ZASM (http://lpg.ticalc.org/prj_zasm/).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Calculates the total number of source code changes between two source code directories. Also enlists the number of source code lines added, removed and modified.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    JSEXT is a framework for JavaScript for server scripts, web servers and web clients. Seamlessly integrates C libraries with JavaScript code. Based on this, JSEXT provides support for fastcgi, MySQL, SQLite, FTP, SMTP, HTTP and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    AVInfo is a program that reports on multimedia files. It recognizes the following file formats: AVI, MKV, MPEG, MP3, OGM, IFO (DVD), and the subtitle files. AVInfo can be used in batch mode with file lists as well as with single files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Aquamarine is a Object Oriented language. The goal of this project is to provide a aquamarine to C++ compiler and a classes library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple PHP compiler for a university subject.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    BPPS-SIPRIS

    sequence/structural analysis programs

    A suite of statistically-based programs for inferring joint sequence-structural determinants of protein functional specificity written in C/C++ within a linux environment.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB