Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fpapadopou/pde
- Owner: fpapadopou
- Created: 2017-07-02T14:07:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T16:07:40.000Z (about 7 years ago)
- Last Synced: 2024-09-30T16:01:34.036Z (about 2 months ago)
- Topics: docker, educational-software, flex, gnu-bison, parser-generator, symfony2
- Language: PHP
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.