SuperMeerkat345/lebron
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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