mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
b6307beb6e
If statements execute a certain action or an alternative one depending on whether the tested condition is true or false, this commit helps establish basic control flow capabilities in the AST. |
||
---|---|---|
.. | ||
AST.cpp | ||
AST.h | ||
Forward.h | ||
Function.cpp | ||
Function.h | ||
Interpreter.cpp | ||
Interpreter.h | ||
Makefile | ||
Object.cpp | ||
Object.h | ||
Value.cpp | ||
Value.h |