A simple scripting language in C++
Ferenc Szontágh
2025-04-17 36ec04c00fa540fcee0f2cff1f7b81dd8a98101a
refs
author Ferenc Szontágh <szf@fsociety.hu>
Thursday, April 17, 2025 18:44 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Thursday, April 17, 2025 18:44 +0000
commit36ec04c00fa540fcee0f2cff1f7b81dd8a98101a
tree 618700e732f3371c7a67700c419a5690447e60d5 tree | zip | gz
parent ba9a9199d01b0fdd4bf9a54914f8058bf71f30c5 view | diff
some refactor
14 files modified
3 files added
1698 ■■■■■ changed files
CMakeLists.txt 1 ●●●● diff | view | raw | blame | history
src/BaseException.hpp 25 ●●●●● diff | view | raw | blame | history
src/Interpreter/ExpressionBuilder.hpp 105 ●●●● diff | view | raw | blame | history
src/Interpreter/OperationContainer.hpp 2 ●●● diff | view | raw | blame | history
src/Interpreter/UnaryExpressionNode.hpp 8 ●●●●● diff | view | raw | blame | history
src/Lexer/Lexer.cpp 307 ●●●●● diff | view | raw | blame | history
src/Lexer/Lexer.hpp 347 ●●●●● diff | view | raw | blame | history
src/Lexer/Operators.cpp 26 ●●●●● diff | view | raw | blame | history
src/Lexer/Operators.hpp 79 ●●●●● diff | view | raw | blame | history
src/Lexer/Token.hpp 14 ●●●● diff | view | raw | blame | history
src/Parser/ParsedExpression.hpp 41 ●●●●● diff | view | raw | blame | history
src/Parser/Parser.cpp 329 ●●●●● diff | view | raw | blame | history
src/Parser/Parser.hpp 394 ●●●●● diff | view | raw | blame | history
src/Symbols/BaseSymbol.hpp 2 ●●● diff | view | raw | blame | history
src/Symbols/SymbolContainer.hpp 2 ●●● diff | view | raw | blame | history
src/Symbols/SymbolTable.hpp 1 ●●●● diff | view | raw | blame | history
src/VoidScript.hpp 15 ●●●● diff | view | raw | blame | history