On Wed, Feb 03, 2021 at 10:20:47PM +0100, Theo Buehler wrote:
> On Wed, Feb 03, 2021 at 08:08:20PM +0100, Claudio Jeker wrote:
> > This is just shuffling code around and adds a few definitions to extern.h.
> > The goal is to reduce the amount of code in main.c. I constantly get lost
> > in all the
On Wed, Feb 03, 2021 at 08:08:20PM +0100, Claudio Jeker wrote:
> This is just shuffling code around and adds a few definitions to extern.h.
> The goal is to reduce the amount of code in main.c. I constantly get lost
> in all the parsing and parent functions also I want to extend the
> repository co
This is just shuffling code around and adds a few definitions to extern.h.
The goal is to reduce the amount of code in main.c. I constantly get lost
in all the parsing and parent functions also I want to extend the
repository code and so this makes space for that.
Compiles and works for me :)
--