Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.
/ flascript Public archive

Fegeya FlaScript is new generation programming language.

License

Notifications You must be signed in to change notification settings

ferhatgec/flascript

Repository files navigation

Fegeya FlaScript logo by @ferhatgec

Fegeya FlaScript

Fegeya FlaScript is new generation programming language.

GitHub closed issues GitHub issues GitHub

Features:

 * Supports dynamic & real-time review.
 * Built-in compress/decompress algorithm.
 * Fast, functional scripting language.
 * Standard library & Built-in PlusPlus libraries (core).
 * Inline language (Brainfuck) virtual machine, manipulator. 
 * And more cool stuff!

A taste of FlaScript

import(<stdlib/output/Colorized.flsh>) -> color <-

defin[slashn] -> print(newline) <-

func -> PrintWithColor() {
    put[color -> RED <-]
    print(string) -> "Whoa! Hello developer!" 
    put[color -> BLACK_COLOR <-]
    put[slashn]
} PrintWithColor;

main() -> main {
    func -> PrintWithColor()
} main;

Fegeya FlaScript licensed under the terms of MIT License.

Releases

No releases published

Packages

No packages published