Aglang devlog #3
so i uhh… kinda refactored everything?
i realized that to make the compiler i had 2 options:
- make a separate project (and repo)
- integrate it in the existing interpreter
the latter option made more sense, because since the project is small i can just split into two commands. so, after 1.30hrs, i managed to split and reorganize the code! now to run the aglang interpreter you can run:
aglang run ./main.ag
the next step is building the compiler itself, but ill leave that to tomorrow. (and i think itll just support linux elf64 x86-64 architectures, sorry arm friends!)
oh wait! i forgot to tell y’all why the name “Aglang”! nothing special actually, “Ag” just stands for “Ugly” lmao
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.