A simple scripting language in C++
Ferenc Szontágh
2025-04-18 4abeb5f8a6ad77b32496f3e8b20e1fd1b6f428fb
refs
author Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 07:54 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 07:54 +0000
commit4abeb5f8a6ad77b32496f3e8b20e1fd1b6f428fb
tree 4ebfec3c6cc6098957730e1d589ac9edf13bb332 tree | zip | gz
parent fcb28cc03f93a4b00ec181a8492432dfa0e5fa11 view | diff
function checking
11 files modified
2 files added
150 ■■■■ changed files
.env 1 ●●●● diff | view | raw | blame | history
.gitignore 4 ●●● diff | view | raw | blame | history
.gitsecret/paths/mapping.cfg diff | view | raw | blame | history
src/Interpreter/Interpreter.hpp 11 ●●●● diff | view | raw | blame | history
src/Interpreter/Operation.hpp 7 ●●●●● diff | view | raw | blame | history
src/Interpreter/OperationsFactory.hpp 19 ●●●●● diff | view | raw | blame | history
src/Parser/ParsedExpression.hpp 4 ●●●● diff | view | raw | blame | history
src/Parser/Parser.cpp 63 ●●●● diff | view | raw | blame | history
src/Parser/Parser.hpp 21 ●●●● diff | view | raw | blame | history
src/Symbols/SymbolContainer.hpp 6 ●●●●● diff | view | raw | blame | history
src/Symbols/SymbolTable.hpp 4 ●●●● diff | view | raw | blame | history
src/Symbols/Value.hpp 3 ●●●● diff | view | raw | blame | history
src/VoidScript.hpp 7 ●●●●● diff | view | raw | blame | history