Ecosyste.ms: Awesome
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: about 2 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
- Created: 2024-11-17T23:57:06.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T00:11:34.000Z (about 2 months ago)
- Last Synced: 2024-11-18T01:19:43.935Z (about 2 months ago)
- Topics: assembly, batasm, batasm-language, batch, compiler, interpreter, programming-language, python
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 1
- 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 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).