Zig rewrite of the THP programming language :D
Go to file
2025-01-05 13:01:21 -05:00
src feat: readme 2025-01-05 13:01:21 -05:00
.gitignore init 2024-11-15 20:00:15 -05:00
build.zig feat: add error messages to lex leading zero error 2024-12-29 07:34:56 -05:00
build.zig.zon chore: small changes 2024-11-17 08:08:57 -05:00
CHANGELOG.md feat: readme 2025-01-05 13:01:21 -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.