Skip to content

SuperMeerkat345/lebron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.) install the lebron compiler by running install-lebron.sh
2.) run any .lebron script using:

lebron -c <filepath.lebron>

You can test this on the testScript.lebron filepath

3.) Different parameters are:
  a.) -c <filePath.lebron> (compile) compiles lebron code from filePath and runs it
  b.) -tjs <filePath.lebron> <filePath.js> (translate to javascript) translates lebron code to a javascript file
  c.) -tlb <filePath.js> <filePath.lebron> (translate to lebron) translates javascript code to a lebron file

4.) read the documentation for any questions

5.) TODO: 
- Add --version arg
- Fix process.argv bug

About

Scripting language based off of javascript

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages