Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.49 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.49 KB

Cinescript

About

A basic programming language which is based on the theme Cinema/Bollywood created by by four undergraduate students. It involves basic operations like printing statements/data, arithmetic operations, use of conditional statements, use of loop.

Cine Keywords

Keywords for this language Cinescript are named on bollywood movies/songs.These are:

Print - elaan

Next line - nayadaur

Loop - jabtakhaijaan

Conditional if - agartummiljao

else - warna

true - satyamevjayate

false - herapheri


To Run:running:/Test:memo: the code:

  1. 📌Make sure in you are in right directory📁 or run this command
  2. cd CodeBusta-Language/Codes/
    
  3. Run the following command(in the same order) for all the files to update/build the classes(Now only 1 command 💃 👯 💃)
  4. javac -d . *.java  
    

OR

  1. Run ontime.bat file directly:fire:
  2. onetime.bat                     (in command prompt)
    
    ./onetime.bat                   (in powershell)
    
  3. To change input the test code file, change the name of input file in Input.java
  4. Finally, after setting the required input file and updating class files, run
  5. java filehandling.Input
    

Made with ❤️

Java