This is a projecto for the Languages Processors subject at Universidad Politécnica de Madrid
mvn exec:java
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