A simple scripting language in C++
Ferenc Szontágh
2025-04-14 c34b2c57219aa496a202c2be1e12332b4eeea440
refs
author Ferenc Szontágh <szf@fsociety.hu>
Monday, April 14, 2025 15:43 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Monday, April 14, 2025 15:43 +0000
commitc34b2c57219aa496a202c2be1e12332b4eeea440
tree 89096a392e5f7fcd46fe2afd4064f3b32fc45a25 tree | zip | gz
parent c1a905b5020c4f2f4ade85577e0c36811be87de4 view | diff
add function parameter handling and contextes
13 files modified
321 ■■■■ changed files
CMakeLists.txt 22 ●●●●● diff | view | raw | blame | history
cli/main.cpp 2 ●●● diff | view | raw | blame | history
cmake/options.h.in 6 ●●●● diff | view | raw | blame | history
src/Lexer.cpp 46 ●●●● diff | view | raw | blame | history
src/Lexer.hpp 1 ●●●● diff | view | raw | blame | history
src/ScriptException.hpp 28 ●●●●● diff | view | raw | blame | history
src/ScriptExceptionMacros.h 9 ●●●●● diff | view | raw | blame | history
src/ScriptInterpreter.cpp 133 ●●●●● diff | view | raw | blame | history
src/ScriptInterpreter.hpp 31 ●●●● diff | view | raw | blame | history
src/ScriptInterpreterHelpers.hpp 17 ●●●●● diff | view | raw | blame | history
src/Token.hpp 20 ●●●●● diff | view | raw | blame | history
src/Value.hpp 2 ●●●●● diff | view | raw | blame | history
src/VariableTypes.hpp 4 ●●● diff | view | raw | blame | history