Imp is a scripting and automation programming language known for its versatility and user-friendly nature. It is suited for a wide range of users, from beginners to seasoned programmers, thanks to its powerful and simple syntax.
- Linux OS
- GCC Compiler
- Make Build System
- Clone the repo:
git clone https://github.com/ernivani/imp.git
- Enter the directory:
cd imp
- Compile the code:
make all
- Optional system-wide install:
sudo make install
Execute Imp scripts with:
./imp [script-file.imp]
Example:
./imp example.imp
After installation, run Imp from any directory.
For detailed documentation, visit Imp Wiki.
Contributions are welcome. Fork the repo and submit pull requests with your changes.
Licensed under the MIT License. See LICENSE for details.