Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: WerWolv/PatternLanguage

Tags

ImHex-v1.38.1

Toggle ImHex-v1.38.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
evaluator: Optimize call stack recording (#213)

Moved call stack entry recording to stack unwinding phase when exception is active.
Eliminates overhead in normal execution.

ImHex-v1.38.0

Toggle ImHex-v1.38.0's commit message
parser: Fix MSVC builds not supporting _ as placeholders yet

ImHex-v1.37.4

Toggle ImHex-v1.37.4's commit message
pattern: Fixed endianess not applying enums placed in custom sections

ImHex-v1.37.3

Toggle ImHex-v1.37.3's commit message
pattern: Fixed endianess not applying enums placed in custom sections

ImHex-v1.37.2

Toggle ImHex-v1.37.2's commit message
pattern: Fixed endianess not applying enums placed in custom sections

ImHex-v1.37.1

Toggle ImHex-v1.37.1's commit message
pl: Remove bogus forward declaration

ImHex-v1.37.0

Toggle ImHex-v1.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
evaluator: Prioritise local parameters over template parameters in AS…

…T node rvalue evaluation (#147)

Prioritize local parameters over template parameters in AST node rvalue evaluation

ImHex-v1.36.2

Toggle ImHex-v1.36.2's commit message
evaluator: Fixed passing template arguments to custom built-in types

ImHex-v1.36.1

Toggle ImHex-v1.36.1's commit message
evaluator: Fixed passing template arguments to custom built-in types

ImHex-v1.36.0

Toggle ImHex-v1.36.0's commit message
evaluator: Fixed passing template arguments to custom built-in types