Skip to content

RF Lang is a hobby programming language heavily inspired by the C programming language.

Notifications You must be signed in to change notification settings

rfmineguy/rflang-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

RF Lang

RF Lang is a hobby programming language heavily inspired by the C programming language.

Support

The rfc compiler currently doesn't support codegen at all. However the roadmap for support would be:

Platform Status Priority
x86_32_linux WIP Medium
x86_64_linux WIP High
arm64 WIP Low

Installation

To use the rfc compiler, you must build it from source at the moment. I do not plan on supplying prebuilt binaries for it. To do this...

$ git clone https://github.com/rfmineguy/rflang-2.git --depth 1
$ cd rflang-2
$ mkdir build
$ cd build
$ cmake ..
$ sudo make install

Docs

RF Lang Docs

About

RF Lang is a hobby programming language heavily inspired by the C programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published