A simple scripting language in C++
Ferenc Szontágh
2025-04-13 86904d513734134beffc29c6f4012d53a99f25c5
refs
author Ferenc Szontágh <szf@fsociety.hu>
Sunday, April 13, 2025 15:38 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Sunday, April 13, 2025 15:38 +0000
commit86904d513734134beffc29c6f4012d53a99f25c5
tree cace132ab6f20f45accf4aabb35833ae60bd8f35 tree | zip | gz
parent 0489092ac538610a3db7dee2e000bc63db11be67 view | diff
some clean up, added function declaration
13 files modified
2 files renamed
4 files added
1298 ■■■■ changed files
CMakeLists.txt 53 ●●●● diff | view | raw | blame | history
cli/main.cpp 23 ●●●● diff | view | raw | blame | history
cmake/options.h.in 12 ●●●● diff | view | raw | blame | history
src/BaseFunction.hpp 68 ●●●● diff | view | raw | blame | history
src/Builtins/MathUtilsModule.hpp 28 ●●●●● diff | view | raw | blame | history
src/Builtins/PrintModule.hpp 51 ●●●●● diff | view | raw | blame | history
src/Builtins/SleepModule.hpp 43 ●●●●● diff | view | raw | blame | history
src/Lexer.cpp 134 ●●●●● diff | view | raw | blame | history
src/Lexer.hpp 27 ●●●● diff | view | raw | blame | history
src/ScriptException.hpp 124 ●●●●● diff | view | raw | blame | history
src/ScriptExceptionMacros.h 40 ●●●● diff | view | raw | blame | history
src/ScriptInterpreter.cpp 222 ●●●● diff | view | raw | blame | history
src/ScriptInterpreter.hpp 115 ●●●●● diff | view | raw | blame | history
src/ScriptInterpreterHelpers.hpp 101 ●●●●● diff | view | raw | blame | history
src/Token.hpp 192 ●●●● diff | view | raw | blame | history
src/Value.hpp 58 ●●●● diff | view | raw | blame | history
src/VariableTypes.hpp 7 ●●●● diff | view | raw | blame | history
test_scripts/test1.vs diff | view | raw | blame | history
test_scripts/test2.vs diff | view | raw | blame | history