This is a web-based application built using React, Bootstrap, Node.js, HTML, CSS, JavaScript, and the fengari-web library.
Based on a simple interface for testing and debugging Lua patterns against your provided input.
Visit website: https://montymahato.github.io/lua-pattern-tester
- Pattern Testing: Enter Lua patterns and input strings to test pattern matching.
- Pattern Debugging: Debug and visualize Lua patterns to understand their behavior.
- Syntax Highlighting: Syntax highlighting for Lua patterns and matched strings.
- Responsive Design: A responsive and simple user interface.
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/lua-pattern-app.git
-
Navigate to the project directory:
cd lua-pattern-app
-
Install the project dependencies:
npm install
-
Start the development server:
npm start
Open your web browser and go to http://localhost:3000 to access the app.
Contributions are welcome! If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Create a pull request to the main branch of the original repository.
This project is licensed under the MIT License.