1
0

Updated BefunGen to >> BefunUtils

This commit is contained in:
Mike Schwörer 2014-12-29 13:41:57 +01:00
parent 9ee572fa9f
commit 7500ee5b5a
25 changed files with 15 additions and 11 deletions

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,15 +1,19 @@
*BefunGen, a Befunge-93 code generator from a procedural C-like language* This is my collection of tools and libraries for the esoteric programming language [Befunge](http://esolangs.org/wiki/Befunge).
**(Over time this has more become my collection of various Befunge tools. Many of them are quite useful alone but still, most are centered around BefunGen.)**
> **NOTE:** IT consists of the following components:
>
> BefunGen is a collection of multiple programs: ###[BefunGen](https://github.com/Mikescher/BefunGen):
> A library to automatically generate Befunge-93 programs out of a imperative-programming-language
> - **BefunGen**: A TextFunge to Befunge-93 compiler ###[BefunGenTest](https://github.com/Mikescher/BefunGenTest):
> - **BefunExec**: A fast Befunge-93 interpreter A test set for BefunGen
> - **BefunHighlight**: A intelligent Befunge-93 syntax-highlighter ###[BefunWrite](https://github.com/Mikescher/BefunWrite):
> - **BefunWrite**: An IDE for TextFunge A samll editor for Textfunge, the language used by BefunGen - use this if you want to try BefunGen for yourself
> - **BefunRep**: An commandline tool to calculate number representations in Befunge ###[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