Skip to content

A404M/FELan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexible Efficient Language

FELan is an Object-Oriented Programming Language made by Ahmad Mahmoudi. This language is focused on Flexibility of its compiler to add more features easily and fast. like to add a new operator to this language you only have to add about 10 lines of code.

This language only can be run under unix systems.

Sample code

from felan.lang.system          import *
from felan.lang.primitives      import *

fun main(){
    var variable:Int = Int.__constructor__()
    variable = 3+4
    println(variable + 7)
}

for more codes goto sample project

About

Flexible Efficient Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published