Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 666 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 666 Bytes

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 a powerful web framework.

  • Ace Editor an embeddable editor written in Javascript.

  • Bootstrap HTML, CSS and JS framework for web applications.

  • Flex a lexical analyzer (scanner generator).

  • GNU Bison a general-purpose parser generator.

  • Docker powerful linux container engine.