Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iluha168/h
The h programming language
https://github.com/iluha168/h
Last synced: 20 days ago
JSON representation
The h programming language
- Host: GitHub
- URL: https://github.com/iluha168/h
- Owner: iluha168
- License: apache-2.0
- Created: 2023-01-15T11:34:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T17:20:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T06:04:54.742Z (3 months ago)
- Language: C++
- Size: 96.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h
## The h programming language
Is written in C++ using STD and X11 libraries.
Learn more at [the wiki](https://github.com/iluha168/h/wiki).
### Notes
* Requires compiler that supports C++20 standart.
* Tested on Windows 10 with Cygwin and Debian 11
## Compilation
```sh
cd build && make main
```
## Usage of the interpreter
Run a script:
```sh
h /PATH/TO/script.wh
```
Enter REPL:
```sh
h
```