diff --git a/www/data/programs/desc/BefunUtils/index.markdown b/www/data/programs/desc/BefunUtils/index.markdown index 1734362..bf5c4c2 100644 --- a/www/data/programs/desc/BefunUtils/index.markdown +++ b/www/data/programs/desc/BefunUtils/index.markdown @@ -1,19 +1,33 @@ +BefunUtils +======== + This is my collection of tools and libraries for the esoteric programming language [Befunge](http://esolangs.org/wiki/Befunge). -IT consists of the following components: +It consists of the following core components: -###[BefunGen](https://github.com/Mikescher/BefunGen): -A library to automatically generate Befunge-93 programs out of a imperative-programming-language -###[BefunGenTest](https://github.com/Mikescher/BefunGenTest): -A test set for BefunGen -###[BefunWrite](https://github.com/Mikescher/BefunWrite): -A samll editor for Textfunge, the language used by BefunGen - use this if you want to try BefunGen for yourself -###[BefunHighlight](https://github.com/Mikescher/BefunHighlight): -A dynamic Befunge-93 syntax highlighting library. Highlights your sourcecode intelligent and context-sensitive -###[BefunExec](https://github.com/Mikescher/BefunExec): -A (fast) Befunge-93 interpreter and debugger -###[BefunRep](https://github.com/Mikescher/BefunRep): -A tool to calculate (the best) number-representation in Befunge-93 space +###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunGen.png) [BefunGen](https://github.com/Mikescher/BefunGen): +> A library to automatically generate Befunge-93 programs out of a imperative-programming-language + +###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunWrite.png) [BefunWrite](https://github.com/Mikescher/BefunWrite): +> A small editor for Textfunge, the language used by BefunGen - use this if you want to try BefunGen for yourself + +###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunHighlight.png) [BefunHighlight](https://github.com/Mikescher/BefunHighlight): +> A dynamic Befunge-93 syntax highlighting library. Highlights your sourcecode intelligent and context-sensitive + +###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunExec.png) [BefunExec](https://github.com/Mikescher/BefunExec): +> A (fast) Befunge-93 interpreter and debugger + +###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunRep.png) [BefunRep](https://github.com/Mikescher/BefunRep): +> A tool to calculate (the best) number-representation in Befunge-93 space + + +and a few testing/debugging applications: + +###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunGen.png) [BefunGenTest](https://github.com/Mikescher/BefunGenTest): +> A test set for BefunGen + +###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunDebug.png) [BefunDebug](https://github.com/Mikescher/BefunDebug): +> A debug and test tool for BefunGen