Started working on the project! I really wanted to learn C because it seemed really fun and a very basic programming language seemed like a fun way to get started(I was right btw even though I didn’t make great progress for like 8 hours I still had a blast). Since I had no experience in C before the first few hours or so were spent constantly looking stuff up on stack overflow. But after some time and a whole lot of segementation faults and incorrect pointer artihmetic (spent like 1 hour debugging a sigsev and it turned out i was using a char ptr instead of a char ptr ptr. Anyway I think I got the basic system of a stack structure using a double file linked list implementation (which i think is how one could implement scopes? idk i’ve never designed a programming language before). I also wrote the code for parsing functions which I hope works(untested).
Lastly I set up some goals for the project, as I said I want to keep this project small scope so I just want: functions, variables, for/while loops and that’s it!
Also here is an image of glorp
Log in to leave a comment
looks cool !