Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 706 Bytes

readme.org

File metadata and controls

13 lines (9 loc) · 706 Bytes

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.