Zig rewrite of the THP programming language :D
Go to file
2025-01-31 06:26:15 -05:00
src refactor: remove error module 2025-01-31 06:26:15 -05:00
.gitignore init 2024-11-15 20:00:15 -05:00
build.zig refactor: remove error module 2025-01-31 06:26:15 -05:00
build.zig.zon chore: small changes 2024-11-17 08:08:57 -05:00
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.