A simple scripting language in C++
Ferenc Szontágh
2025-04-18 fb8d8f9f5bb4a1f7736d927a346d4bf834a28ffa
refs
author Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 17:25 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 17:25 +0000
commitfb8d8f9f5bb4a1f7736d927a346d4bf834a28ffa
tree febf1f810faa2bb4df31309004070ea82bce1540 tree | zip | gz
parent c91e935c62b8e254b9daadf37b915c983518bff4 view | diff
add if else statements
5 files modified
7 files added
266 ■■■■■ changed files
src/Interpreter/BinaryExpressionNode.hpp 7 ●●●● diff | view | raw | blame | history
src/Interpreter/ConditionalStatementNode.hpp 57 ●●●●● diff | view | raw | blame | history
src/Interpreter/Interpreter.hpp 7 ●●●● diff | view | raw | blame | history
src/Modules/TypeofModule.hpp 45 ●●●●● diff | view | raw | blame | history
src/Parser/Parser.cpp 97 ●●●●● diff | view | raw | blame | history
src/Parser/Parser.hpp 10 ●●●●● diff | view | raw | blame | history
src/VoidScript.hpp 3 ●●●●● diff | view | raw | blame | history
test_scripts/arguments.vs 4 ●●●● diff | view | raw | blame | history
test_scripts/if_statements.vs 21 ●●●●● diff | view | raw | blame | history
test_scripts/object.vs 4 ●●●● diff | view | raw | blame | history
test_scripts/typeof.vs 7 ●●●●● diff | view | raw | blame | history
tmp.vs 4 ●●●● diff | view | raw | blame | history