alchemy is a modal text editor written in C
- C 94.9%
- Makefile 5.1%
| .gitignore | ||
| editor.c | ||
| editor.h | ||
| main.c | ||
| Makefile | ||
| README.md | ||
| terminal.c | ||
| terminal.h | ||
alchemy
alchemy is a modal text editor in the terminal. It's mainly for me to learn C/C++ and understand systems programming at a deeper level.
Not intended for anything other than education (for now...)