CE Implement line editing
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m8s

This commit is contained in:
2026-03-04 02:02:05 +01:00
parent 95ea80cee9
commit 81704d7df8
20 changed files with 464 additions and 229 deletions

View File

@@ -5,7 +5,8 @@ c += ce.c \
parser.c \
interp.c \
mprintf.c \
self.c
self.c \
gapbuffer.c
o += ce.o \
arena_alloc.o \
@@ -14,4 +15,5 @@ o += ce.o \
parser.o \
interp.o \
mprintf.o \
self.o
self.o \
gapbuffer.o