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
release
directory to your preferred installation locatiion - Add
path/to/release
to your PATH - Add
path/to/relase/FearnC.jar
to your Java CLASSPATH