Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/james-beans/batasm

A programming language that combines Batch, Assembly and Python together.
https://github.com/james-beans/batasm

assembly batasm batasm-language batch compiler interpreter programming-language python

Last synced: about 2 months ago
JSON representation

A programming language that combines Batch, Assembly and Python together.

Awesome Lists containing this project

README

        

# BATASM
A programming language that combines Batch, Assembly and Python together.

> [!WARNING]
> This is no-where near done. Help through issues and/or pull requests would be extremely helpful.

## Concept:
Mixing Batch and Assembly with a few Python things together into a single programming languge anyone can use while also being coded in CPP (C++).

## Features:
- Interpreter (like Python)
- Compiler (coming soon)

- Printing (so I can Hello, World!)
- Running commands in the default shell
- Opening links easily

## For examples see [the examples folder](/examples).