[][src]Module papyrus::pfh

papyrus file handling Pertains to file operations and compilation.

Re-exports

pub use code::CrateType;
pub use code::Input;
pub use code::SourceCode;
pub use code::Statement;
pub use code::StmtGrp;

Modules

code

Pertains to everything required for a source file contents.

linking

TODO: Update with latest linking functionality.

Constants

LIBRARY_NAME

The library name to compile as.c

Functions

eval_fn_name

Constructs the evaluation function name given the mod sequence path. Appends to the buffer.

eval_fn_name_length

Calculates the length of the evaluation function name. Used for performance.

into_mod_path_vec

Transforms a path into a vector of components.

Type Definitions

ModsMap

Mapping of modules to source code.