Skip to content

Yytsi/Floroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Floroid

An (somewhat) python-ish language mainly for golfing purposes.

Import the Florolang module to run Floroid-code. Florolang module imports the 'functions' module, so that has to be accessible as well.

import Florolang;
interpreter = Florolang.Floroid("z(fg([1,2,3]))")
exec(interpreter.parse())

Output: 3

About

An python-ish language mainly for golfing purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages