Showing 33 open source projects for "win-flex 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
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    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: 4 This Week
    Last Update:
    See Project
  • 2
    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: 12 This Week
    Last Update:
    See Project
  • 3

    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: 13 This Week
    Last Update:
    See Project
  • 4

    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,903 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 5

    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
  • 6

    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
  • 7
    cxxparse offers alternative c++ skeletons for flex and bison
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9

    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: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    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
  • 11
    use flex and bison to auto generate help code for debug symbols
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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: 1 This Week
    Last Update:
    See Project
  • 13

    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
  • 14

    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
  • 15
    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
  • 16
    This is a flex/bison based reentrant parser library for parsing named configuration files. Suitable for static or dynamic linking it reads the file, validates format/content and constructs a parse tree which is returned to the application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    cmptNFA is a tool for automatic construction of compact non-deterministic finite automates from simple regular expression specification.We implemented tool using GNU Bison and Flex .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    QPG is a lexer and parser generator tailored for modern C++. The syntax of its grammer is designed to be more flexible and easily read than those of traditional tools like flex and bison. It's build on Qt4 but can produce output independent of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Uniform Resource Identifier library conform to RFC 3986. Written in C with flex and bison. Valid on linux operating system (x86/x86_64)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a parser for VRML 1.0c based on flex and bison.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    wsbasic a basic interpreter or scripting language implemented without flex/bison or lex/yacc. Object oriented and very maintainable code. Based on jack crenshaw's let's build a compiler. Can act as a replacement for bash or sh scripting.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    PHP Compiler-Compiler. Similar to Flex and Bison for C/C++ and SableCC for java. But now develop new languages in half the time with PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tool which build a complete xml parser (using Flex/Bison) using a DTD. A DTD parsing library is also available within this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple scripting language interpreter to illustrate flex, bison, parse trees, optimization, and other compiler/interpreter techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 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.