Skip to content

A tool for translating a program written in a simplified version of Scala (only basic features) to C++.

Notifications You must be signed in to change notification settings

reczkok/ScalaToCppTranspiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transpiler from Scala to C++

A tool for translating a program written in a simplified version of Scala (only basic features) to C++. It uses ANTLR to create parsers which are later used to deduct types (which can be dynamic in Scala) and translate the syntax to C++. It features a simple UI that allows users to either manually input Scala code or import it from a file.

About

A tool for translating a program written in a simplified version of Scala (only basic features) to C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.4%
  • ANTLR 1.6%
  • Scala 1.0%