A simple scripting language in C++
Ferenc Szontágh
2025-04-18 d092df5264f6e48f9d59650c092b8297382b1316
refs
author Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 21:16 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 21:16 +0000
commitd092df5264f6e48f9d59650c092b8297382b1316
tree 70f24f2fee68da2682dd07cd617c2ed8ab4105c1 tree | zip | gz
parent 9a186053a690f2216b43355549c8aa7e2959583c view | diff
some built-in io module
7 files modified
4 files added
357 ■■■■■ changed files
src/Interpreter/CallStatementNode.hpp 98 ●●●● diff | view | raw | blame | history
src/Interpreter/ConditionalStatementNode.hpp 28 ●●●●● diff | view | raw | blame | history
src/Interpreter/DeclareFunctionStatementNode.hpp 15 ●●●●● diff | view | raw | blame | history
src/Interpreter/DeclareVariableStatementNode.hpp 38 ●●●● diff | view | raw | blame | history
src/Interpreter/ForStatementNode.hpp 68 ●●●● diff | view | raw | blame | history
src/Modules/BaseModule.hpp 3 ●●●●● diff | view | raw | blame | history
src/Modules/FileModule.hpp 93 ●●●●● diff | view | raw | blame | history
src/VoidScript.hpp 3 ●●●●● diff | view | raw | blame | history
temp_test_io.txt 1 ●●●● diff | view | raw | blame | history
temp_test_io2.txt 1 ●●●● diff | view | raw | blame | history
test_scripts/file_io.vs 9 ●●●●● diff | view | raw | blame | history