Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 535 Bytes

This is a repository for the source code of my programming language, Fluent-C. It is an interpreted language built using C. Note that this language is only compatiable with Linux.

Set up

Clone this repository to your local computer:

https://github.com/jamesbting/fluent-c.git
cd fluent-c

Once it is finished cloning, type the following:

sudo make install

This will install the language globally to your system, and will allow you to use the language anywhere on your system.