|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
Functions | |
| void * | open (const char *filename) |
Loads the dynamic library filename or throws. | |
| void * | get (void *handle, const char *symbol_name) |
Looks up symbol_name in handle or throws. | |
| void | close (void *handle) |
Unloads handle or throws. | |
Variables | |
| static constexpr auto | Ext |
| File name extension of a dynamic library on this platform. | |
| void fe::dl::close | ( | void * | handle | ) |
| void * fe::dl::get | ( | void * | handle, |
| const char * | symbol_name ) |
| void * fe::dl::open | ( | const char * | filename | ) |