KeXted is a simple console text editor with built-in Brainfuck interpreter.
Written in Native-C using PDCurses library.
Download project as '.zip' archive and extract it to whatever you like directory or use git
:
$ git clone https://github.com/abelidze/KeXted
- PDCurses (tested and working with v3.4)
- Currently not compatible with ncurses stuff
MANUAL
if not exist bin mkdir bin
gcc -std=gnu11 main.c kex.c utility.c -s -o .\bin\kexted.exe -L. -l:pdcurses.a -I.\include
AUTOMATIC
There are simple 'Makefile' that you can easily use.
- Tested with MinGW x64 and its
make
utility, but you can use any working C / C++ compiler.
Developers on Telegram:
KeXted is open-sourced software licensed under the MIT License.
This program is provided "AS IS" without warranty of any kind.