/JS-PDL

Complete lexer and parser for JavaScript-PDL language in Java, this is an activity for the Language Processors class @ Universidad Politécnica de Madrid

Primary LanguageJava

JS-PDL Compiler

This is a projecto for the Languages Processors subject at Universidad Politécnica de Madrid

Table of Contents

Author

@alvarocabo @ouhat

Program usage

mvn exec:java

Documentation

In the docs folder you can find useful documentation about the project

├── ast-generator-docs: example programms and docs
├── js-pdl-docs: All about JS-PDL language
├── grammars
│   ├── lexer: AFD and grammar
│   ├── parser
│   │   ├── DecisionTrees
│   │   ├── Grammar
│   │   └── First and Follow tables
│   └── semantic: DDS parser grammar
├── Memoria.md: Everything i can tell you about the project :>
└── testing: some testing cases

Useful links

Write interpreters in Rust