Skip to content

Commit

Permalink
Update convertcode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zHoeshin authored Oct 19, 2024
1 parent 16b1020 commit 1725e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convertcode.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const convertCode = {
toPureALSL4(raw){
let c = lex(raw)
let c = lex(raw)[0]
let result = ""

for(let i of c){
Expand Down Expand Up @@ -40,4 +40,4 @@ function getArgumentALSLRepresentation(type, value){
return `[#${getKeyByValue(PREGS, value)}]`
default: return "0"
}
}
}

0 comments on commit 1725e79

Please sign in to comment.