Knudon is a lightweight interpreter designed to execute custom scripts efficiently. This project aims to provide a simple yet powerful tool for scripting and automation.
- Lightweight and fast.
- Easy-to-read syntax.
- Cross-platform compatibility.
- Extensible with plugins or modules.
- Clone the repository:
git clone https://github.com/yourusername/Knudon.git
- Navigate to the project directory:
cd Knudon - Install dependencies (if any):
# Make sure you have _make_ installed make
Run the interpreter with a script file:
./knudon ./test/example.kHere is a simple example of a Knudon script:
start
print("Hello, World!")
end
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes and push to your fork.
- Open a pull request.