From ef437d6584d8fd863c0dab276e5a3d4dc094767b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 29 Aug 2021 21:59:48 -0400 Subject: De-taggification | part 0 --- lux-php/source/program.lux | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lux-php/source/program.lux') diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index 2b7ba15de..d52613527 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -97,25 +97,25 @@ (ffi.import: php/runtime/Memory$Type ["#::." - (#enum ARRAY)]) + ("enum" ARRAY)]) (ffi.import: php/runtime/memory/NullMemory ["#::." - (#static INSTANCE php/runtime/memory/NullMemory)]) + ("static" INSTANCE php/runtime/memory/NullMemory)]) (ffi.import: php/runtime/memory/FalseMemory ["#::." - (#static INSTANCE php/runtime/memory/FalseMemory)]) + ("static" INSTANCE php/runtime/memory/FalseMemory)]) (ffi.import: php/runtime/memory/TrueMemory ["#::." - (#static INSTANCE php/runtime/memory/TrueMemory)]) + ("static" INSTANCE php/runtime/memory/TrueMemory)]) (ffi.import: php/runtime/memory/LongMemory ["#::." (new [long]) (toLong [] long) - (#static valueOf #manual [int] php/runtime/Memory)]) + ("static" valueOf "manual" [int] php/runtime/Memory)]) (ffi.import: php/runtime/memory/DoubleMemory ["#::." @@ -136,7 +136,7 @@ (new [[java/lang/Object]]) (size [] int) (isMap [] boolean) - (get [php/runtime/Memory] #? php/runtime/Memory)]) + (get [php/runtime/Memory] "?" php/runtime/Memory)]) (ffi.import: php/runtime/lang/IObject) @@ -154,12 +154,12 @@ (ffi.import: php/runtime/invoke/InvokeHelper ["#::." - (#static callAny [php/runtime/Memory [php/runtime/Memory] php/runtime/env/Environment php/runtime/env/TraceInfo] - #try php/runtime/Memory)]) + ("static" callAny [php/runtime/Memory [php/runtime/Memory] php/runtime/env/Environment php/runtime/env/TraceInfo] + "try" php/runtime/Memory)]) (ffi.import: php/runtime/lang/Closure ["#::." - (call [php/runtime/env/Environment [php/runtime/Memory]] #try php/runtime/Memory)]) + (call [php/runtime/env/Environment [php/runtime/Memory]] "try" php/runtime/Memory)]) (template [] [(ffi.interface: @@ -420,7 +420,7 @@ (ffi.import: javax/script/ScriptEngine ["#::." - (eval [java/lang/String] #try Object)]) + (eval [java/lang/String] "try" Object)]) (ffi.import: org/develnext/jphp/scripting/JPHPScriptEngine ["#::." -- cgit v1.2.3