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