A lightweight lox language web based text editor built with React and TypeScript for writing and running Lox code. Designed to provide a clean and responsive interface with features like syntax highlighting, line numbers, and error feedback.
- Syntax highlighting for Lox code.
- Line numbers for better readability.
- Error highlighting to debug Lox programs.
- Minimal and responsive UI.
- Node.js (v16 or later)
- npm or yarn
- Clone the repository:
git clone https://github.com/bp7968h/lox-editor.git cd lox-editor
- Install dependencies:
npm install
- Start the development server:
npm run dev
To build the project for production:
npm run build
Contributions are welcome! Feel free to submit issues or pull requests to improve the editor.
This project is licensed under the MIT License.