From 2dbbaaec93a53f8dd0b96a0028b9cf125c9066cd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Sep 2021 15:39:55 -0400 Subject: Re-named \ => # && \\ => ## --- lux-lua/source/program.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index f179bcb43..b5c6a3ba5 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -14,7 +14,7 @@ [concurrency ["[0]" async {"+" [Async]}]]] [data - ["[0]" text ("[1]\[0]" hash) + ["[0]" text ("[1]#[0]" hash) ["%" format {"+" [format]}] [encoding ["[0]" utf8]]] @@ -577,7 +577,7 @@ (in [global value definition])))) (def: (ingest context content) - (|> content (\ utf8.codec decoded) try.trusted (:as _.Statement))) + (|> content (# utf8.codec decoded) try.trusted (:as _.Statement))) (def: (re_learn context custom content) (run! content)) @@ -617,7 +617,7 @@ (in [global value definition])))) (def: (ingest context content) - (|> content (\ utf8.codec decoded) try.trusted (:as _.Statement))) + (|> content (# utf8.codec decoded) try.trusted (:as _.Statement))) (def: (re_learn context custom content) (run! content)) @@ -782,7 +782,7 @@ platform.#phase lua.generate platform.#runtime runtime.generate platform.#phase_wrapper ..phase_wrapper - platform.#write (|>> _.code (\ utf8.codec encoded))]])))] + platform.#write (|>> _.code (# utf8.codec encoded))]])))] (for [@.old @.jvm @.lua (def: platform @@ -794,7 +794,7 @@ platform.#phase lua.generate platform.#runtime runtime.generate platform.#phase_wrapper ..phase_wrapper - platform.#write (|>> _.code (\ utf8.codec encoded))])))])) + platform.#write (|>> _.code (# utf8.codec encoded))])))])) (def: (program context program) (Program _.Expression _.Statement) @@ -805,7 +805,7 @@ (def: (declare_success! _) (-> Any (Async Any)) - (async.future (\ world/program.default exit +0))) + (async.future (# world/program.default exit +0))) (`` (program: [service /cli.service] (let [extension ".lua"] @@ -839,7 +839,7 @@ _.then (|>>)) (format (/cli.target service) - (\ file.default separator) + (# file.default separator) "program" extension)])] (..declare_success! [])) -- cgit v1.2.3