Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 371 Bytes

Moonwalk.jl

This is meant to be a partial MATLAB to Julia compiler, just to ease the transition of libraries.

Run with ./run_moonwalk.jl matlab_file.m.

Assumptions

  1. Valid Matlab
  2. No empty switch statements

Testing

Run ./MoonwalkTest.jl to run the test suite, or input specific numbers to run specific test cases (in the samples folder).