Skip to content

I created a programming language in C called Fluent-C as a personal project using the C language

Notifications You must be signed in to change notification settings

jamesbting/fluent-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

I created a programming language in C called Fluent-C as a personal project using the C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published