1
0
mirror of synced 2024-11-29 01:44:31 +01:00
ImHex/lib/libimhex/source/pattern_language
Polshakov Dmitry 39cc845df3
Fix crash on typing "#include " (#446)
* fix: scan include name until end of line

* fix: correctly check file existance

Co-authored-by: Dmitry Polshakov <dmitry.polshakov@dsr-corporation.com>
2022-02-18 13:32:05 +01:00
..
evaluator.cpp pattern: Fix scopes not always getting popped again correctly (#440) 2022-02-14 20:44:43 +01:00
lexer.cpp pattern: std::from_chars is not widely supported and doesn't support u128... 2022-02-02 17:12:19 +01:00
log_console.cpp pattern: Cleanup log console a bit 2022-02-11 16:53:01 +01:00
parser.cpp pattern: Fixed precedence of comparison operators 2022-02-07 21:37:10 +01:00
pattern_language.cpp pattern: Allow pattern function code to be executed separately 2022-02-06 00:18:04 +01:00
preprocessor.cpp Fix crash on typing "#include " (#446) 2022-02-18 13:32:05 +01:00
validator.cpp pattern: Fixed many code inconsistencies and bugs 2022-01-31 14:37:12 +01:00