compile_rew_stuff

Function compile_rew_stuff 

Source
pub fn compile_rew_stuff(
    content: &str,
    options: &mut CompilerOptions,
) -> Result<CompilerResults>
Expand description

Compiles Rew content by tokenizing, analyzing, and transforming the code.

§Arguments

  • content - A string slice containing the Rew code to compile.
  • options - A mutable reference to CompilerOptions containing compilation options.

§Returns

  • A Result containing CompilerResults or an error message.