Skip to content

This project implements a Batch-like programming language interpreter in Python. It supports most Batch commands and simulates the command-line environment of Windows, allowing users familiar with Batch scripting to run their scripts without needing to learn Python.

License

Notifications You must be signed in to change notification settings

VKornel1031/Python-Like-Batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-like-Batch

This project implements a Batch-like programming language interpreter in Python. It supports most Batch commands and simulates the command-line environment of Windows, allowing users familiar with Batch scripting to run their scripts without needing to learn Python.

Requirements

  • Python 3.x

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/python-like-batch.git
    cd python-like-batch
    

Usage

python interpreter.py example_script.plb

About

This project implements a Batch-like programming language interpreter in Python. It supports most Batch commands and simulates the command-line environment of Windows, allowing users familiar with Batch scripting to run their scripts without needing to learn Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published