Skip to content

joshofreeness/JavaExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaExtension

This is a source to source compiler that enables the use of sudo-multiple inheritance.

##Multiple Inheritance This feature works similar to other languages. A single class is able to extend multiple classes. It uses the extendsAll is used to differentiate between the new feature and standard Java code. The feature can allow a user to make a class extend any number of classes. Due to the nature of Java only one class in the list of parent classes may extend another class.

This source to source compiler also does some semantic analysis on general java code to ensure thatit is valid.

About

Extension for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published