mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
I always tell people to start building things by working on the thing that seems the most interesting right now. The most interesting thing here was an AST + simple interpreter, so that's where we start! There is no lexer or parser yet, we build an AST directly and then execute it in the interpreter, producing a return value. This seems like the start of something interesting. :^)
1.7 KiB
1.7 KiB