Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 479 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 479 Bytes

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