Skip to content
/ pde Public

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

Notifications You must be signed in to change notification settings

fpapadopou/pde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.