https://github.com/harbingeroffire/smalllang
An esoteric Language I found from 2017... just prints using + and .
https://github.com/harbingeroffire/smalllang
Last synced: 3 months ago
JSON representation
An esoteric Language I found from 2017... just prints using + and .
- Host: GitHub
- URL: https://github.com/harbingeroffire/smalllang
- Owner: HarbingerOfFire
- Created: 2024-12-26T18:52:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T19:08:24.000Z (5 months ago)
- Last Synced: 2024-12-26T19:30:11.796Z (5 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmallLang
An esoteric Language I found from 2017... just prints using + and .## Run
just run the py. Can either be a shell (`python3 small.py`) or run a file (`python3 small.py hello.small`)## Generate
Just run the py. Can either be a shell (`python3 generator.py`), run a file (`python3 generator.py hello.txt`), or just pass the text (`python3 generator.py "hello world"`)I added slashed for optimization and comments.
I honestly don't care lol. Just thought I would do it