mirror of
https://github.com/RGBCube/serenity
synced 2025-10-13 16:02:06 +00:00
![]() 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 |