Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom-Compiler

Convert the user written code into a equivalent java code Currently Only Add & print method available

eg syntax

x=10; //variables y=20; add(x,y) { return x + y; } //function body & definition zz=call add(x, y);//use call keyword with function name to call the function call print(zz);// like calling print function

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages