Skip to content

programoworm/Knudon

Repository files navigation

Knudon Interpreter

Table of Contents

Introduction

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.

Features

  • Lightweight and fast.
  • Easy-to-read syntax.
  • Cross-platform compatibility.
  • Extensible with plugins or modules.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/Knudon.git
  2. Navigate to the project directory:
    cd Knudon
  3. Install dependencies (if any):
    # Make sure you have _make_ installed
    make

Usage

Run the interpreter with a script file:

./knudon ./test/example.k

Examples

Here is a simple example of a Knudon script:

start
print("Hello, World!")
end

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes and push to your fork.
  4. Open a pull request.

License

Acknowledgements

About

Simple interpreter written in C++

Topics

Resources

Stars

Watchers

Forks

Contributors