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.
- Host: GitHub
- URL: https://github.com/james-beans/batasm
- Owner: james-beans
- License: gpl-3.0
- Archived: true
- Created: 2024-11-17T23:57:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T23:07:56.000Z (about 1 year ago)
- Last Synced: 2025-03-14T19:18:14.751Z (11 months ago)
- Topics: assembly, batasm, batasm-language, batch, compiler, interpreter, programming-language, python
- Language: C++
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).