aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm/inst.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-14 02:56:22 -0400
committerEduardo Julian2021-09-14 02:56:22 -0400
commit971767f1eafb22208912353d8709f11081f2d3c8 (patch)
tree9b043f1238af49a33c1a625d737c9f0e1abb6e99 /lux-jvm/source/luxc/lang/host/jvm/inst.lux
parent1c93f003f73116202b1f964b0d1b6d3f07b69fb0 (diff)
Re-named "Identifier" to "Symbol".
Diffstat (limited to '')
-rw-r--r--lux-jvm/source/luxc/lang/host/jvm/inst.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-jvm/source/luxc/lang/host/jvm/inst.lux b/lux-jvm/source/luxc/lang/host/jvm/inst.lux
index 1ac0a61cc..fbb6da059 100644
--- a/lux-jvm/source/luxc/lang/host/jvm/inst.lux
+++ b/lux-jvm/source/luxc/lang/host/jvm/inst.lux
@@ -44,9 +44,9 @@
(import: java/lang/Object)
(import: java/lang/String)
-(syntax: (declare [codes (p.many s.local_identifier)])
+(syntax: (declare [codes (p.many s.local_symbol)])
(|> codes
- (list@each (function (_ code) (` ((~' "static") (~ (code.local_identifier code)) (~' int)))))
+ (list@each (function (_ code) (` ((~' "static") (~ (code.local_symbol code)) (~' int)))))
in))
(`` (import: org/objectweb/asm/Opcodes
@@ -174,7 +174,7 @@
)
(template: (!prefix short)
- [(`` ((~~ (template.identifier ["org/objectweb/asm/Opcodes::" short]))))])
+ [(`` ((~~ (template.symbol ["org/objectweb/asm/Opcodes::" short]))))])
(template [<constant>]
[(def: .public <constant>