8 Commits

Author SHA1 Message Date
18379cf86c
build.zig: trip over the finish line for becoming a module
It's pretty easy. This is the first step to spinning zed off as a
separate project, which has been the plan for a while now.
2023-06-01 22:35:12 -07:00
06a01dad6b
build.zig: fix for newer compiler 2023-05-11 18:24:39 -07:00
e89a4608d3
documentation: continue down the rabbit hole
Why am I inventing my own documentation format? It's hard to say, but
it's probably because I Am Stupid. The main problem here will be lack
of automatic hyperlinks generated in the documentation. Oh well, it's
experimental.
2023-04-10 23:57:49 -07:00
d011974b1f
docs: start a boondoggle
Trying to make this smarter is a rabbit hole I may not survive.
2023-04-06 18:31:29 -07:00
3acc412f2e
restructure
the checklist of things to do is continuing to dwindle. hooray. last
big feature push is help text generation. Then improving error
reporting. Then writing some tests. Then writing documentation.

Ay carumba.
2023-04-06 18:31:29 -07:00
e31e41d975
all: start scratching the refactoring itch
This is basically a full rewrite but with a much more solid concept of
what the public API looks like, which has informed some of the
lower-level decisions. This is not at feature parity with the main
branch yet, but it does handle some things better. The main
functionality missing is the help text generation and subcommands.
There's still some design to think about on the subcommand side of
things.
2023-03-30 00:29:46 -07:00
0afad6b585
build.zig: rework for build system changes
At some point I will also figure out the proper way to make this a
module, I guess.
2023-03-20 23:02:29 -07:00
e4b11a16ce
init 2022-11-20 12:54:42 -08:00