Skip to content

ernivani/imp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imp Programming Language

Overview

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.

Getting Started

Prerequisites

  • Linux OS
  • GCC Compiler
  • Make Build System

Building the Project

  1. Clone the repo: git clone https://github.com/ernivani/imp.git
  2. Enter the directory: cd imp
  3. Compile the code: make all
  4. Optional system-wide install: sudo make install

Running Scripts

Execute Imp scripts with:

./imp [script-file.imp]

Example:

./imp example.imp

After installation, run Imp from any directory.

Documentation

For detailed documentation, visit Imp Wiki.

Contributing

Contributions are welcome. Fork the repo and submit pull requests with your changes.

License

Licensed under the MIT License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published