aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/source
diff options
context:
space:
mode:
authorEduardo Julian2022-12-22 15:51:13 -0400
committerEduardo Julian2022-12-22 15:51:13 -0400
commit4f4a96635abb04239102e4b72dc2a9c6f678dcd2 (patch)
tree0c42c6c802b6f8f6742b61c4bced1906edfeea81 /lux-ruby/source
parent240a4465157bb903dd2a3ee4cdc28aadf09f8dcb (diff)
Now showing stack-traces for runtime exceptions in Ruby.
Diffstat (limited to 'lux-ruby/source')
-rw-r--r--lux-ruby/source/program.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index 5febd0b8f..6242b3b61 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -33,7 +33,6 @@
["^" pattern]
["[0]" template]]
["[0]" compiler
- ["[0]" phase (.only Operation Phase) (.use "[1]#[0]" monad)]
[reference
[variable (.only Register)]]
[language
@@ -43,7 +42,7 @@
["[0]" synthesis]
[analysis
[macro (.only Expander)]]
- [phase
+ ["[0]" phase (.only Operation Phase) (.use "[1]#[0]" monad)
["[0]" extension (.only Extender Handler)
["[0]" analysis
["[1]" ruby]]