Updated BefunUtils/index.markdown
This commit is contained in:
parent
7500ee5b5a
commit
315f37c826
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user