Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h

The h programming language

Is written in C++ using STD and X11 libraries. Learn more at the wiki.

Notes

  • Requires compiler that supports C++20 standart.
  • Tested on Windows 10 with Cygwin and Debian 11

Compilation

Requires:

  • rm
  • g++ ^14.2.0
  • make ^4.4.1

CWD: at the root of this repository

Run:

  • make main (default)
  • make debug (prints debug info for lexer, parser, and runtime)

Produces:

  • ./dist/h - executable, the interpreter

Usage of the interpreter

Run a script:

h /PATH/TO/script.wh

Enter REPL:

h

About

The h programming language. A proof of concept, intended for me to learn more about C++ STD

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages