Skip to content

Codikin/JavaBytecode-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System requirements :

  1. Java version 8+
  2. Maven

How to Setup ?

  1. cd JavaBytecode-compiler
  2. mvn clean install

Entry point :

MainTest.java file inside Test Folder. Kindly run it to ensure everything works properly

The compiler currently supports :

  1. Simple print statements
  2. IF ELSE statements
  3. For Loop statements
  4. While Loop statements
  5. 1D array statements
  6. 2D array statements

DataTypes supported :

  1. Integer
  2. String
  3. Boolean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published