From b96beb587c11fcfbce86ce2d62351600cf6cad1b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 2 Jul 2022 05:38:27 -0400 Subject: More traditional names for unquoting macros. --- lux-php/source/program.lux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lux-php/source/program.lux') diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index 88ac83d11..64cdb5d4b 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -170,7 +170,7 @@ [(ffi.interface (getValue [] java/lang/Object)) - (`` (ffi.import (~~ (template.symbol ["program/" ])) + (`` (ffi.import (,, (template.symbol ["program/" ])) "[1]::[0]" (getValue [] java/lang/Object)))] @@ -246,7 +246,7 @@ [] (valueOfIndex self [trace php/runtime/env/TraceInfo index php/runtime/Memory]) php/runtime/Memory - (`` (<| (~~ (with_template [ ] + (`` (<| (,, (with_template [ ] [(case (ffi.as index) {.#Some index} ( trace ( index) self) @@ -379,7 +379,7 @@ (def (read host_object) Reader - (`` (<| (~~ (with_template [ ] + (`` (<| (,, (with_template [ ] [(case (ffi.as host_object) {.#Some _} {try.#Success } @@ -389,10 +389,10 @@ [php/runtime/memory/FalseMemory false] [php/runtime/memory/TrueMemory true] )) - (~~ (with_template [ ] + (,, (with_template [ ] [(case (ffi.as host_object) {.#Some value} - (`` (|> value (~~ (template.splice )))) + (`` (|> value (,, (template.splice )))) {.#None})] -- cgit v1.2.3