Skip to content

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

Notifications You must be signed in to change notification settings

alvarocaboUPM/JS-PDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks