Showing 55 open source projects for "bison"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    tmux

    tmux

    tmux is a terminal multiplexer

    tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris. tmux depends on libevent 2.x, and on ncurses. To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a suitable yacc (yacc or bison) are needed. Some platforms provide binary...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 3
    RE/flex lexical analyzer generator

    RE/flex lexical analyzer generator

    The regex-centric, fast lexical analyzer generator for C++

    A C++ high-performance regex library and Flex-compatible lexical analyzer generator with full Unicode support, new indentation anchors, lazy quantifiers, and many other modern features. Accepts Flex lexer specification syntax and is compatible with Bison/Yacc parsers. Generates reusable source code that is easy to understand. Supports fast scanning of UTF-8/16/32 files, strings, and streams. The reflex scanner generator generates clean C++ lexer class code that is thread-safe. Generates...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Ox: Attribute Grammar Compiling System

    Ox: Attribute Grammar Compiling System

    Ox is an attribute-grammar evaluator generator.

    Ox is an attribute grammar compiling system that augments Lex and Yacc specifications with definitions of synthesized and inherited attributes written in a combination of Ox and C/C++ syntax. From these augmented specifications, Ox generates ordinary Lex and Yacc specifications that build and decorate attributed parse trees. The user can specify parse-tree traversals for easy ordering of side effects such as code generation. Ox handles the tedious and error-prone details of writing code...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    Ancient Linux on Windows

    Ancient Linux on Windows

    Building and running ancient Linux on Windows

    While I may have started with Linux 0.11, I've expanded this to include several older relases of the Linux kernel that you can cross compile from Windows, and run on Qemu. I've managed to get the older versions of the software tools running on Windows, so that there is no major invasive source changes, outside of either broken drivers, or massaging the makefiles to find things in the new paths, and calling the appropriate tools where needed. Linux 0.10 is the first oldest version of...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    ULS

    A lexical analyzer generator that makes the class source code.

    ULS is a class library for creating lexical analyzer from language specification file. It's provided as C/C++/C# and Java (class) libraries with a few of tools on Linux/Windows platform.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Win flex-bison

    Win flex-bison is a port Flex & Bison tools to the Windows platform

    Win flex-bison is a windows port the Flex (the fast lexical analyser) and Bison (GNU parser generator). win_flex based on Flex version 2.6.3 source code and win_bison based on Bison version 2.7 and they depend on system libraries only. Git repository: https://github.com/lexxmark/winflexbison UPDATE1: Bison version 3.x.x available in Files section in win_flex_bison3-latest.zip package. UPDATE2: Now "winflexbison" available as package in Chocolatey (https://chocolatey.org/packages...
    Leader badge
    Downloads: 2,718 This Week
    Last Update:
    See Project
  • 9
    gml4gtk

    gml4gtk

    small console GML or graphviz DOT graph viewer

    directed graph layout program for GML (Graph-Markup-Language) graph or partial graphviz DOT graph
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    cppbison

    Improved Example of Using Bison/Flex with C++

    This is a bison example project that lets you write a parser in C++. It is not a tutorial, just an example. The majority of this work comes from Jonathon Beard's excellent example. See README.md in the files section to get a link to his site. This project adds the following to his work * The Makefile now automatically generates dependencies as you compile * Enhanced Bison error message handling is turned on by default * An example grammar shows you how to create better compile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Game of Life Bison

    John Conway's Game of Life illustrated with Bison

    John Conway's Game of Life is illustrated with Bison. this program is for demonstration at the IEFA conference in Helena Montana in February, 2017. (Based on Java source code hosted on Bitstorm)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hyacc is an efficient and practical Yacc/Bison-compatible full LR(1)/LALR(1)/LR(0) and partial LR(k) parser generator in ANSI C based on Knuth and Pager's LR(1) algorithms. Generated parser can be used in open-source or commercial software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cxxparse offers alternative c++ skeletons for flex and bison
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    dna-bison

    Bisulfite alignment On Nodes of a cluster

    Bison allows users with access to a computer cluster to rapidly align whole-genome bisulfite sequencing or RRBS reads. It can align both directional and non-directional libraries and uses bowtie2. Multiple compute nodes are not absolutely required, but will make the alignment process faster. Further details available on the Wiki page. Help also available on SEQanswers (http://seqanswers.com/forums/showthread.php?t=31314) or by creating a ticket here. You can now track the development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    aspmt

    Computes ASPMT theories

    ... functions in favor of predicates. The system is a toolchain that includes mvpf2lpCompiler, f2lp, gringo, claspD, and as2transition. Both compilers are written using flex and bison. For convenience, binaries of every tool in the chains are provided in the files section. For instructions on running the toolchains, please refer to the readme in the Files section, and the handout http://goo.gl/WUsIYQ. For examples and output of the systems, see the examples folders in the Files section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Lsie

    General purpose Lindenmayer system written in C++

    ... in progress. Basically it is a toy, it is not optimized nor thoroughly tested, and it supports only few built-in types. I have written it just for experimenting and to try some ideas. It runs on Windows and Linux. You will need to have Flex/Bison and GMTL to compile it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    pbtc

    A PBASIC tokenization/detokenization toolchain

    A toolchain for generating, analyzing, optimizing and disassembling objects for Parallax's Basic Stamp 2 family of microcontrollers. Includes an object assembler/disassembler/analyzer, and a parser for generating code from a higher-level PBASIC-like language. Built originally in Linux, but fully open source; should be generally buildable on any architecture with a C++ toolchain, and ports of Bison and Flex. (Currently pre-alpha; the sources are capable of generating and disassembling binaries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    use flex and bison to auto generate help code for debug symbols
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Kayacc

    A Compiler Development Toolkit

    ..., and translating between Unicode and byte oriented encodings. Tombo is an alternative for lex, yacc and Bison tools. Source can be browsed in git/code repository or src directory. Send e-mail to tombo@gekkoware.com for support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Poe

    Poe is a small, fast, flexible scripting language.

    ... was written by me, Ricky Stewart, with the exception of the parser which is generated from Flex/Bison.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    sim2c

    C-code Generation from Simulink Models using Flex and Bison

    This project follows classical technique for code generation from Simulink models for an embedded system application. Commercially available tools for code generation are Embedded Coder from Mathworks and TargetLink from dSpace. Flex and Bison are used in this project for code generation. Flex and bison are widely used code-generation tools and are free. Model parser generated from Flex and Bison has the capability to parse model file and extract all the information related to blocks and lines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    YYJedit

    Tools to programming with flex & bison.

    This project is written in java and is developed of jedit project. We add flex & bison support for jedit. YYJedit is an IDE that you use to programming with flex & bison and compile it by clicking on "compile" button or press <F5> key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    chess program Bison
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    C program that translates python scripts to ruby scripts. Uses bison and lex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.