Showing 55 open source projects for "bison"

View related business solutions
  • Stay in Flow. Let Zenflow Handle the Heavy Lifting. Icon
    Stay in Flow. Let Zenflow Handle the Heavy Lifting.

    Your AI engineering control center. Zenflow turns specs into shipped features using parallel agents and multi-repo intelligence.

    Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
    Try free now
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • 1
    tmux

    tmux

    tmux is a terminal multiplexer

    ...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 packages for tmux.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 2
    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 Graphviz files to visualize state machine DFAs. RE/flex works seamlessly with Bison. Language: C++ License: BSD-3 Documentation: https://www.genivia.com/doc/reflex/html/index.html Repository: https://github.com/Genivia/RE-flex Changelog: see SF-README.md
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    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
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 5
    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: 2 This Week
    Last Update:
    See Project
  • 6
    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: 6 This Week
    Last Update:
    See Project
  • 7
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    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
  • 9

    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
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10

    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.
    Leader badge
    Downloads: 4,012 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 error messages in your parser -- see language_parser.h...
    Downloads: 6 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

    aspmt

    Computes ASPMT theories

    ...System mvsm is a prototype implementation of multi-valued propositional formulas under the stable model semantics computed by gringo/claspD by eliminating 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
  • 16

    dna-bison

    Bisulfite alignment On Nodes of a cluster

    ...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 on github (https://github.com/dpryan79/bison). There is now a tutorial available in the downloads here: http://sourceforge.net/projects/dna-bison/files/bison_tutorial.tar.gz/download .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Lsie

    General purpose Lindenmayer system written in C++

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

    ...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 for subsets of the higher level language; advanced users could probably coerce it to generate usable code, but it really isn't ready for average end users yet.)
    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

    ...The class library supports symbol tables, Unicode text manipulation, reserved word mappings, 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.

    ...However, writing the language was a fantastic academic exercise and the source code is available freely as a reference to anyone who may be interested. The entirety of the source code 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 in the model. Block information extracted by parser is used in creating tree of blocks records which represent block hierarchy and their interrelation in model. ...
    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
    C program that translates python scripts to ruby scripts. Uses bison and lex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    fis2fcl converter is converter of fis-files from fuzzy module of Matlab to fcl-file by standart "IEC 1131-7 CD1". Converter based on flex and bison tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next