From 4efa8ba0c0b749fa37b39393d3c29ac75314cc21 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 27 Mar 2025 20:22:53 +0900 Subject: add files --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..128b6e3 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# PHPHP + +PHPHP is a self-hosted interpreter of tiny subset of PHP implemented in pure PHP. + +## Requirements + +- PHP 8.4 + +## Installation + +No runtime dependencies! + +## Usage + +```bash +php index.php +``` + +It will output the following: + +``` +Running on PHP +Running on PHPHP on PHP +Hello, World! +``` + +The script, [hello.php](./hello.php), is executed on PHPHP on PHP. + +## Talks + +[Talk in PHPerKaigi 2025 (in Japanese)](https://fortee.jp/phperkaigi-2025/proposal/ef8480fc-1403-4020-9f24-aca9361f51e4) + +## License + +See [LICENSE](./LICENSE). -- cgit v1.2.3-70-g09d2