1
0
mirror of synced 2024-11-14 11:07:43 +01:00
ImHex/source/lang
WerWolv dbbc525174
Added Plugin support (#102)
* Build refactoring and initial plugin support

* Possibly fixed linux / mac build

* Added libdl to libglad build script

* Add glfw to imgui dependencies

* Refactored common functionality into "libimhex" for plugins

* Added plugin loading and example plugin

* Added proper API for creating a custom view and a custom tools entry with plugins
2020-12-22 18:10:01 +01:00
..
evaluator.cpp Added Plugin support (#102) 2020-12-22 18:10:01 +01:00
lexer.cpp Added Plugin support (#102) 2020-12-22 18:10:01 +01:00
parser.cpp Added Plugin support (#102) 2020-12-22 18:10:01 +01:00
preprocessor.cpp Added Plugin support (#102) 2020-12-22 18:10:01 +01:00
validator.cpp Improved language parsing and validation. This fixes #58 2020-12-07 23:49:19 +01:00