mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00: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. :^) |
||
---|---|---|
.. | ||
AST.cpp | ||
AST.h | ||
Forward.h | ||
Function.cpp | ||
Function.h | ||
Interpreter.cpp | ||
Interpreter.h | ||
Makefile | ||
Object.cpp | ||
Object.h | ||
Value.cpp | ||
Value.h |