Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

/* featherweight-lang is based on assembly and c's built in custom functions,
you can link it to your project to use fl by including it at the top of the file */

//EXAMPLE-CODE:
syslog("Hello World");
sysexit(0);

/* all of the names are based on linux syscalls, and the language is still in beta.
fll is featherweight language library, for the libraries you can add externally */

About

Featherweight language, C-lang with almost zero stdlibs using assembly for a lightweight binary

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors