diff options
author | Eduardo Julian | 2023-01-13 22:11:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2023-01-13 22:11:05 -0400 |
commit | 0f9f87286acacb520aa3ab0252131e109184b4cb (patch) | |
tree | 69b21f7466ef4418ee6e696998dda0fcb78d26e3 /lux-python/source | |
parent | 03eb09c1e0c6de32e45579a1adaf58c9046e632f (diff) |
Better formatting for types & symbols for compilation logging.
Diffstat (limited to 'lux-python/source')
-rw-r--r-- | lux-python/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 395f51eec..b63c638ca 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -36,11 +36,11 @@ [macro ["^" pattern] ["[0]" template]] - ["@" target (.only) - ["_" python]] ["[0]" compiler [reference [variable (.only Register)]] + ["@" target (.only) + ["_" python]] [language [lux [program (.only Program)] |