Skip to content

Wheatwizard/Brain-Flak-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain-Flak-Tools

The following are a few tools I have writen to help me to write Brain-Flak code. You can see the original project here

Compress

Compress removes all comments whitespace and stray characters that may have been placed while you were writing the code.

Unpack

Unpack adds whitespace to Brain-Flak code to make it more readable. Unpack splits different units onto different lines and indents inside of the { } and < > monads.

Optimize

Optimize is the most complicated of the three tools. It takes in some Brain-Flak code and attempts to simplify it to the shortest possible equivalent code using rules it knows.
Optimize is fairly modular.

About

Tools for writing Brain-Flak

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages