Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```