A simple scripting language in C++
Ferenc Szontágh
2025-04-13 cb3065c34756a70cb6006fc25777ce3e720ff1a8
refs
author Ferenc Szontágh <szf@fsociety.hu>
Sunday, April 13, 2025 18:16 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Sunday, April 13, 2025 18:16 +0000
commitcb3065c34756a70cb6006fc25777ce3e720ff1a8
tree 9d15b979d0837836230650df96368beb053f766e tree | zip | gz
parent 86904d513734134beffc29c6f4012d53a99f25c5 view | diff
implement variable contexts, add function body store and parsing
8 files modified
1 files added
405 ■■■■■ changed files
.clangd 2 ●●●●● diff | view | raw | blame | history
CMakeLists.txt 1 ●●●● diff | view | raw | blame | history
cli/main.cpp 2 ●●● diff | view | raw | blame | history
src/Lexer.cpp 164 ●●●●● diff | view | raw | blame | history
src/Lexer.hpp 13 ●●●●● diff | view | raw | blame | history
src/ScriptExceptionMacros.h 3 ●●●●● diff | view | raw | blame | history
src/ScriptInterpreter.cpp 106 ●●●● diff | view | raw | blame | history
src/ScriptInterpreter.hpp 55 ●●●●● diff | view | raw | blame | history
src/ScriptInterpreterHelpers.hpp 59 ●●●●● diff | view | raw | blame | history