Skip to content
/ kilo Public

Minimal text editor in (bad) C (with lots of macros and memory leaks)

Notifications You must be signed in to change notification settings

emdash-ie/kilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

“Kibi” is a toy command-line editor, created by following the snaptoken kilo tutorial and then making some tweaks (partly so I can make things more like Haskell). The main thing I’m having fun playing around with is using macros to make generic datastructures and functions (e.g. linked lists and functions like zipWith).

Repository structure

This project is written as a literate program using org-mode. The org source code is in source, and when tangled it produces C code in tangled, which can then be compiled with make.

kibi.org is the main file in the program.

About

Minimal text editor in (bad) C (with lots of macros and memory leaks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published