1
0

Updated BefunUtils/index.markdown

This commit is contained in:
Mike Schwörer 2014-12-29 14:18:42 +01:00
parent 7500ee5b5a
commit 315f37c826

View File

@ -1,19 +1,33 @@
BefunUtils
========
This is my collection of tools and libraries for the esoteric programming language [Befunge](http://esolangs.org/wiki/Befunge). 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): ###![](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 > 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 ###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunWrite.png) [BefunWrite](https://github.com/Mikescher/BefunWrite):
###[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
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): ###![](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 > 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 ###![](https://raw.githubusercontent.com/Mikescher/BefunUtils/master/README-FILES/icon_BefunExec.png) [BefunExec](https://github.com/Mikescher/BefunExec):
###[BefunRep](https://github.com/Mikescher/BefunRep): > A (fast) Befunge-93 interpreter and debugger
A tool to calculate (the best) number-representation in Befunge-93 space
###![](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