Skip to content

SteveTheAnimator/SimpleFastLanguage

Repository files navigation

its not very good and I made it for fun

example:

int32 x = 42; string msg = "Hello, SFL!";

function main() return int32 is int32 { print(x); print(msg); return 0; }

run by using SimpleFastLanguage.exe example.sfl

About

A simple kinda fast programming language written in C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages