Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fpapadopou/pde

A web environment for creating context-free language parsers using Flex and GNU Bison.
https://github.com/fpapadopou/pde

docker educational-software flex gnu-bison parser-generator symfony2

Last synced: about 1 month ago
JSON representation

A web environment for creating context-free language parsers using Flex and GNU Bison.

Awesome Lists containing this project

README

        

# PDE, a Parser Development Environment
A web environment for creating context-free language parsers using Flex and GNU Bison.

This project is based on the following open-source projects

* [Symfony Framework](http://symfony.com/) a powerful web framework.

* [Ace Editor](http://ace.c9.io/) an embeddable editor written in Javascript.

* [Bootstrap](http://getbootstrap.com/) HTML, CSS and JS framework for web applications.

* [Flex](http://flex.sourceforge.net/) a lexical analyzer (scanner generator).

* [GNU Bison](http://www.gnu.org/software/bison/) a general-purpose parser generator.

* [Docker](https://www.docker.com/) powerful linux container engine.