/med

reimplementation of the standard unix text editor

Primary LanguageC++

med - Max's EDitor

This is a work-in-progress and non-functioning reimplementation of ed, the standard unix text editor, in C++20.

Dependencies

Development deps

  • CMake
  • GNU make
  • GNU libc with debug symbols (debian: glibc-dbg, arch: debuginfod)
  • GNU indent (A .indent.pro file for format is provided)
  • Valgrind

vim is advised

Build deps

  • CMake
  • GNU make
  • Clang
  • GNU libc

Run deps

  • None, it's a standalone executable

License

AGPL v3