Skip to content

Translator to Java for a language for string operations as the part 2 of the first project for the course "Compilers" of the Department of Informatics of the University of Athens.

Notifications You must be signed in to change notification settings

nickst97/Translator_to_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translator to Java

Academic Year of 2019-2020

This project is about the implementation of a parser and translator for a language supporting string operations. The language supports concatenation (+) and "reverse" operators over strings, function definitions and calls, conditionals and the prefix expression. The parser, based on a context-free grammar, translates the input language into Java, with the use of JavaCUP for the generation of the parser combined with the JFlex lexer.

Supervisors

About

Translator to Java for a language for string operations as the part 2 of the first project for the course "Compilers" of the Department of Informatics of the University of Athens.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published