Skip to content

The Repository for the Fearn Programming Language, a C-like learner language

License

Notifications You must be signed in to change notification settings

tjfacos/FearnLang

Repository files navigation

The Fearn Programming Language

A simple, C-like programming language - with a compiler targeting the JVM.

Usage

  • 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

Installatiion

Currently works on Windows and Linux

To install:

  • 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

About

The Repository for the Fearn Programming Language, a C-like learner language

Resources

License

Stars

Watchers

Forks

Languages