A simple scripting language in C++
Ferenc Szontágh
2025-04-18 c91e935c62b8e254b9daadf37b915c983518bff4
refs
author Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 16:25 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 16:25 +0000
commitc91e935c62b8e254b9daadf37b915c983518bff4
tree ef94a47d72ba53c8c08cc3a6013542533ba3bd63 tree | zip | gz
parent a76181288ae27b85521838ee87352727c3cba2f8 view | diff
add dynamic module load, more escape seq
10 files modified
13 files added
4 files deleted
736 ■■■■ changed files
CMakeLists.txt 13 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/CMakeLists.txt 18 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/src/CurlModule.cpp 86 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/src/CurlModule.hpp 31 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/src/PLuginInit.hpp 14 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/src/PluginInit.cpp 14 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/src/PluginInit.h 11 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/test_scripts/curl_get.vs 5 ●●●●● diff | view | raw | blame | history
Modules/CurlModule/test_scripts/curl_post.vs 8 ●●●●● diff | view | raw | blame | history
cli/main.cpp 86 ●●●●● diff | view | raw | blame | history
src/Interpreter/BinaryExpressionNode.hpp 41 ●●●●● diff | view | raw | blame | history
src/Interpreter/Interpreter.hpp 13 ●●●●● diff | view | raw | blame | history
src/Lexer/Lexer.cpp 25 ●●●●● diff | view | raw | blame | history
src/Lexer/Operators.hpp 33 ●●●●● diff | view | raw | blame | history
src/Modules/ModuleManager.hpp 134 ●●●● diff | view | raw | blame | history
src/Modules/PrintModule.hpp 1 ●●●● diff | view | raw | blame | history
src/Modules/PrintNlModule.hpp 31 ●●●●● diff | view | raw | blame | history
src/Parser/Parser.cpp 14 ●●●●● diff | view | raw | blame | history
src/VoidScript.hpp 50 ●●●● diff | view | raw | blame | history
test_scripts/escape.vs 2 ●●●●● diff | view | raw | blame | history
test_scripts/escape_sequences.vs 17 ●●●●● diff | view | raw | blame | history
test_scripts/expressions.vs 33 ●●●●● diff | view | raw | blame | history
test_scripts/function_test.vs 20 ●●●●● diff | view | raw | blame | history
test_scripts/test1.vs 5 ●●●●● diff | view | raw | blame | history
test_scripts/test2.vs 16 ●●●●● diff | view | raw | blame | history
test_scripts/undefined.vs 1 ●●●● diff | view | raw | blame | history
test_scripts/variables.vs 14 ●●●●● diff | view | raw | blame | history