A simple scripting language in C++
Ferenc Szontágh
2025-04-18 9a186053a690f2216b43355549c8aa7e2959583c
refs
author Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 20:53 +0000
committer Ferenc Szontágh <szf@fsociety.hu>
Friday, April 18, 2025 20:53 +0000
commit9a186053a690f2216b43355549c8aa7e2959583c
tree 7ae8a541d6bf26e4618f812dab76b72119387ad7 tree | zip | gz
parent 17b3739f756a1e713704b22cce89307308cea2d8 view | diff
better error reporting
10 files modified
138 ■■■■■ changed files
src/Interpreter/AssignmentStatementNode.hpp 49 ●●●●● diff | view | raw | blame | history
src/Interpreter/CallStatementNode.hpp 10 ●●●● diff | view | raw | blame | history
src/Interpreter/ConditionalStatementNode.hpp 13 ●●●● diff | view | raw | blame | history
src/Interpreter/DeclareFunctionStatementNode.hpp 5 ●●●●● diff | view | raw | blame | history
src/Interpreter/DeclareVariableStatementNode.hpp 13 ●●●● diff | view | raw | blame | history
src/Interpreter/ForStatementNode.hpp 9 ●●●●● diff | view | raw | blame | history
src/Interpreter/Interpreter.hpp 17 ●●●●● diff | view | raw | blame | history
src/Parser/Parser.cpp 3 ●●●●● diff | view | raw | blame | history
src/Parser/Parser.hpp 9 ●●●●● diff | view | raw | blame | history
test_scripts/object.vs 10 ●●●● diff | view | raw | blame | history