projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef9c09
)
rename char-code to string
author
David Vazquez
<davazp@gmail.com>
Mon, 17 Dec 2012 18:39:30 +0000
(18:39 +0000)
committer
David Vazquez
<davazp@gmail.com>
Mon, 17 Dec 2012 18:39:30 +0000
(18:39 +0000)
lispstrack.lisp
patch
|
blob
|
history
diff --git
a/lispstrack.lisp
b/lispstrack.lisp
index
fe1fbb5
..
969567f
100644
(file)
--- a/
lispstrack.lisp
+++ b/
lispstrack.lisp
@@
-406,7
+406,7
@@
(define-compilation eq (x y)
(concat "(" (ls-compile x env fenv) " === " (ls-compile y env fenv) ")"))
-(define-compilation code-char (x)
+(define-compilation string (x)
(concat "String.fromCharCode( " (ls-compile x env fenv) ")"))
(define-compilation char (string index)