Zig rewrite of the THP programming language :D
Go to file
2025-01-30 20:26:36 -05:00
src refactor: tests of lexer and parser 2025-01-30 20:26:36 -05:00
.gitignore
build.zig refactor: introduce compiler context 2025-01-30 19:16:50 -05:00
build.zig.zon
CHANGELOG.md fix: dont throw an error on a single 0 2025-01-26 21:12:58 -05:00
Jenkinsfile ci: jenkinsfile pt. 6 2025-01-22 20:46:28 -05:00
README.md feat: readme 2025-01-05 13:01:21 -05:00

The THP programming language

This is the source code for the THP programming language. THP stands for "Typed Hypertext Preprocessor", and is a functional first, strong, nominal, statically typed language that compiles down to PHP.

It is completely written in Zig, it is being rewritten from Rust. There is documentation and a WIP spec at https://thp-lang.org.

Install

This software is nowhere near to be useful.

This program has exactly 1 dependency: the zig standard library.