Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.12 KB

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