aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2023-01-13 22:11:05 -0400
committerEduardo Julian2023-01-13 22:11:05 -0400
commit0f9f87286acacb520aa3ab0252131e109184b4cb (patch)
tree69b21f7466ef4418ee6e696998dda0fcb78d26e3 /lux-python
parent03eb09c1e0c6de32e45579a1adaf58c9046e632f (diff)
Better formatting for types & symbols for compilation logging.
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux4
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)]