LuaFunctionRegisterSpreadsheet/GhidraParser
DrFrugal a0ff3fde4d improving performance by refactoring:
-> declaration lookup (it's own loop at the start)
-> indent check (starting at index 2, jumpting by 2 steps, since block levels increase by 2 spaces each time)
-> removed function start and end bracket from src vector
2024-01-30 08:37:42 +01:00
..
FunctionInfo.cpp improving performance by refactoring: 2024-01-30 08:37:42 +01:00
FunctionInfo.hpp refactor to use std::optional instead of ParseResult or EvalResult 2024-01-28 21:38:40 +01:00
GhidraParser.cpp improving performance by refactoring: 2024-01-30 08:37:42 +01:00
GhidraParser.hpp lots of refactoring... 2024-01-24 03:46:26 +01:00
GhidraParser.vcxproj lots of refactoring... 2024-01-24 03:46:26 +01:00
GhidraParser.vcxproj.filters lots of refactoring... 2024-01-24 03:46:26 +01:00
GhidraParser.vcxproj.user initial commit with yet again adjusted .gitignore... thank you visual studio 2024-01-22 02:31:32 +01:00
Utility.cpp refactor to use std::optional instead of ParseResult or EvalResult 2024-01-28 21:38:40 +01:00
Utility.hpp refactor to use std::optional instead of ParseResult or EvalResult 2024-01-28 21:38:40 +01:00