Skip to content

Merge pull request #8 from TuringWorks/master#9

Merged
ravituringworks merged 6 commits into
masterfrom
develop
Nov 11, 2025
Merged

Merge pull request #8 from TuringWorks/master#9
ravituringworks merged 6 commits into
masterfrom
develop

Conversation

@ravituringworks

Copy link
Copy Markdown
Collaborator

sync dev with master

ravituringworks and others added 6 commits November 10, 2025 17:43
- Reorganize test suite: move passing tests from tests_failing to tests_passing
- Separate unsupported features into tests_unsupported directory
- Enhance graphics capabilities with expanded CONTOUR, SURFACE, and SHADE_SURF implementations
- Add comprehensive math functions (LINSPACE, LOGSPACE, MESHGRID, etc.)
- Improve GUI implementation with better state management and error handling
- Extend array operations and system utilities in stdlib
- Update parser to handle additional language constructs
- Clean up examples by removing trailing newlines
- Fix clippy warnings for code quality and idiomatic Rust usage

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Reorganize tests: rename tests_passing to tests_working for clarity
- Clean up examples_output directory (remove all test output files)
- Remove temporary files (.tmp, .bak, .bak2 files)
- Remove broken test files from tests directory
- Update documentation in README files
- Delete obsolete scatter_demo.xdl and image_index.txt
- Clean up viz3d_showcase.xdl formatting

This commit significantly reduces repository size by removing generated output files and consolidates the test organization structure.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
… transpiler

- Fix binary operations to preserve MultiDimArray shape (evaluator.rs)
  * Added MultiDimArray × MultiDimArray operations
  * Added MultiDimArray × scalar operations
  * All arithmetic operations now maintain 2D/3D array structure

- Update math functions to support MultiDimArray (math.rs)
  * Updated exp(), sqrt(), sin(), cos() to preserve shape
  * Element-wise operations work correctly on multi-dimensional arrays

- Complete MATLAB transpiler integration (CLI)
  * Auto-detect and transpile .m files in CLI
  * Added C-style // comment support to MATLAB lexer
  * Uncommented SURFACE call in surf() handler

- Add MATLAB compatibility layer (matlab_compat.rs)
  * New module with MATLAB-specific functions

- Test: Add 3D surface plot example (06_3d_surface_plot.m)
  * Demonstrates meshgrid → SURFACE workflow
  * Successfully generates 3D surface plots

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
…ests

- Add comprehensive MATLAB plotting examples
  * matlab_comprehensive.m - Full featured plotting demos
  * matlab_plot_simple.m, matlab_plot_array.m, matlab_plot_multiple.m
  * 00_test_output.m, 05_plotting_multiple_lines.m

- Enhance charting test files
  * test_echarts_contour.xdl - ECharts contour testing
  * test_gui_output.m/.xdl - GUI output verification
  * test_matlab_basic.m - Basic MATLAB functionality tests
  * test_range_with_arithmetic.m - Range operations

- Update GUI and image window
  * Enhanced GUI window management (gui.rs)
  * Improved image window handling (image_window.rs)
  * Updated GUI dependencies (Cargo.toml)

- Expand MATLAB function mapping
  * Additional function mappings in function_map.rs

- Update documentation
  * README.md and docs/index.md improvements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
updated documentation
@ravituringworks ravituringworks merged commit aa956ee into master Nov 11, 2025
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant