Crate xdl_matlab

Crate xdl_matlab 

Source
Expand description

§XDL-MATLAB Compatibility Layer

This crate provides MATLAB compatibility for XDL, allowing you to:

  • Load and execute .m files
  • Transpile MATLAB syntax to XDL
  • Map MATLAB functions to XDL equivalents

Re-exports§

pub use function_map::MATLAB_FUNCTION_MAP;
pub use transpiler::transpile_matlab_to_xdl;

Modules§

function_map
MATLAB to XDL function name mapping
lexer
MATLAB Lexer - Tokenizes MATLAB .m files
transpiler
MATLAB to XDL Transpiler

Functions§

load_matlab_file
Load and transpile a MATLAB .m file to XDL code