aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host/python.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/host/python.lux6
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/lux/host/python.lux b/stdlib/source/lux/host/python.lux
index d2fe7f9c7..80f6b12de 100644
--- a/stdlib/source/lux/host/python.lux
+++ b/stdlib/source/lux/host/python.lux
@@ -1,7 +1,9 @@
(.module:
[lux (#- Code not or and list if cond int comment)
[control
- [pipe (#+ new> case> cond>)]]
+ [pipe (#+ new> case> cond>)]
+ [parser
+ ["s" code]]]
[data
[number
["." frac]]
@@ -12,7 +14,7 @@
[macro
["." template]
["." code]
- ["s" syntax (#+ syntax:)]]
+ [syntax (#+ syntax:)]]
[type
abstract]])