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

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: 11 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, Python and JS 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++).
See more of what I want to do with this in the [guide.batasm file](/examples/guide.batasm).

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

- Printing
- Opening links
- Running commands

## Download:
- Download from the [releases page](https://github.com/james-beans/BATASM/releases)
- the [/dist/ folder](/dist/) (more experimental and not as safe to run)

> [!WARNING]
> Most syntax commands need quotation marks to use (like printing). This breaks the CLI and makes it end the command early when using the syntax in the -C terminal run. You can avoid this by using `\`'s before the main syntax command quotes or just use different types of quotes (like ` `` ` backticks or `''` single quotes instead of `""` double qoutes).

## CLI Commands:
- All CLI commands are

## Accepted Syntax Commands:
- `// `
- `PRINT ""`
- `OPEN ""`
- `RUN ""`

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