Updated BefunGen to >> BefunUtils
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|