https://github.com/louiml/ree-ree
https://github.com/louiml/ree-ree
cpp custom-programming-language easy-to-use gpp library programming-language
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/louiml/ree-ree
- Owner: Louiml
- Created: 2022-10-19T20:36:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T20:44:06.000Z (over 3 years ago)
- Last Synced: 2025-04-19T19:01:32.150Z (9 months ago)
- Topics: cpp, custom-programming-language, easy-to-use, gpp, library, programming-language
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hello this a basic programming language
#### How to run? ->
##### Install G++
###### MacOS:
* brew install g++
###### UbuntuOS:
* sudo apt install g++
#
##### Run the main file ->
###### MacOS:
* g++ includer.cpp -o (custom-namefile)
* ./(custom-namefile) [this is run the "template.rr" file]
###### UbuntuOS:
* g++ includer.cpp -o (custom-namefile)
* ./(custom-namefile) [this is run the "template.rr" file]