Skip to content

A Zig port of the kilo editor, in less than 1000 LOC.

Notifications You must be signed in to change notification settings

eightfilms/gram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gram

Gram is a Zig port of the Kilo editor which was written in C.

Gram has primitive search support and simple syntax highlighting for Zig just as Kilo does for C/C++.

There are some unsupported features (non-prints), but this implementation tries to stay true to the original as much as possible.

gramv2

Build

Gram is built on v0.13.0.

zig build -Doptimize=ReleaseSafe

Usage

gram [file_name]

This was written in a personal endeavour to learn Zig and may, like the original kilo, serve as a starting point to write other editors in Zig.

About

A Zig port of the kilo editor, in less than 1000 LOC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages