A simple, C-like programming language - with a compiler targeting the JVM.
- Example Scripts demonstrating the languages syntax can be found in
Example Scripts - To compile a .fearn file, run
FearnC path/to/program.fearn - To run the program, go to the build directory (next to the compiled file), and run
FearnRun program
Currently works on Windows and Linux
- Download the
releasedirectory to your preferred installation locatiion - Add
path/to/releaseto your PATH - Add
path/to/relase/FearnC.jarto your Java CLASSPATH