Avada-kedava

Avada-kedava Used AI

2 devlogs
8h 9m
Created by Vivaan

Its an esolang, will update more

Timeline

today i worked on the parser. got basic syntax rules in place.
each statement is like a command — built around simple keywords.

added support for:

variable declaration:
horcrux harry = 7
interpreter reads line-by-line and logs token positions for debugging.
built a small tokenizer that handles keywords, identifiers, literals, and operators.

Update attachment

Was just reading the harry potter series, and after much votes on my last esolang project, am presenting: Avada-kedavra, a new harry potter inspired esolang!!!

Now i've had some experience with esolangs, so am pretty sure its a good oppurtunity to brushen up my skills, so here we go, started writing the code like a good boy, defined the logic started jotting the grammar, thought of some cool names and just sketched out it overall, from next devlog, i'll be implementing more features

Update attachment