A lightweight, modular calculator built in pure Rust. It is designed to be portable, separating the mathematical engine from the GUI implementation, making it ready for future porting to the Halo OS kernel environment.

Features

  • Syntax Highlighting: Automatically detects file types (Rust, TOML, JS, HTML, etc.) and highlights syntax.
  • Smart Highlighting: Uses syntect for industry-standard parsing.
  • Zoom Control: Ctrl + and Ctrl - to adjust font size dynamically.
  • Status Bar: Real-time tracking of Cursor Position (Line/Col) and active Theme.
  • Theme Switcher: Toggle between Solarized, GitHub, Dracula, and more instantly.