From cde758769d8950fa1f5a13aebea62be3b9602d98 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 14 Mar 2021 15:12:26 -0400 Subject: Frustrated with PHP's overflow/underflow logic. --- compilers.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compilers.md') diff --git a/compilers.md b/compilers.md index ae558bbea..996322c7c 100644 --- a/compilers.md +++ b/compilers.md @@ -31,6 +31,8 @@ cd ~/lux/lux-php/ \ cd ~/lux/stdlib/ \ && lein clean \ && time java -jar ~/lux/lux-php/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux + +php -f ~/lux/stdlib/target/program.php ``` --- -- cgit v1.2.3