projects
/
jscl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix empty toplevel progn
2013-06-23
David Vázquez
Fix empty toplevel progn
commit
|
commitdiff
|
tree
2013-06-23
David Vázquez
Do not upcase variable names JS identifiers
commit
|
commitdiff
|
tree
2013-06-23
David Vázquez
NTH-VALUE macro
commit
|
commitdiff
|
tree
2013-06-23
David Vázquez
Migrate IN
commit
|
commitdiff
|
tree
2013-06-23
David Vázquez
Migrate some more primitives
commit
|
commitdiff
|
tree
2013-06-23
David Vázquez
Migrate IF
commit
|
commitdiff
|
tree
2013-06-22
David Vázquez
Merge branch 'codegen' into codegen-migration
commit
|
commitdiff
|
tree
2013-06-22
David Vázquez
Fix FLET
commit
|
commitdiff
|
tree
2013-06-22
David Vázquez
Migrate js!bool and js!selfcall
commit
|
commitdiff
|
tree
2013-06-22
David Vázquez
Toplevel empty statement are empty strings
commit
|
commitdiff
|
tree
2013-06-22
David Vázquez
WIP: Transactional: Wrap every JS expression with parenthesis
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Bug unparsing JS function
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Remove a /debug
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Merge branch 'codegen-integration' into codegen
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Fix object dumping
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Add debugging information
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Some fixes
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Convert JS AST to strings in ls-compile-toplevel
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
WIP: compiler.lisp uses a explicit back-end representation
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Remove `null-or-empty-p'
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Remove `indent'
commit
|
commitdiff
|
tree
2013-06-21
David Vázquez
Temporal change: CODE syntax almost compatible with...
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Bug generating Javascript code for (PROGN (PROGN))
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Improvements to nested groups handling
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
write-string and write-char work with streams
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Support 'throw' statement
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Very basic string stream to support codegen
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Move lisp-escape-string to print.lisp
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Remove duplicate js-escape-string
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Merge branch 'master' into codegen
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Move codegen.lisp to compiler-codegen.lisp
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Reduce tests
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
Shorter reduce implementation
commit
|
commitdiff
|
tree
2013-06-20
David Vázquez
List version of reduce
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Merge pull request #132 from kengruven/master
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Get unary - and unary + working with increment/decrement...
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Discard returned value of JS
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
bit-not and unknown operator error
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Fix not operator
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Fix statements unparsing
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Consider associativity when unparse Javascript expressions
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
More error checking
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
typo
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Escape Javascript strings
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Improvements to the Javascript unparser
commit
|
commitdiff
|
tree
2013-06-19
David Vázquez
Naive Javascript code generator
commit
|
commitdiff
|
tree
2013-06-18
David Vázquez
Simpler VECTOR definition
commit
|
commitdiff
|
tree
2013-06-18
David Vázquez
Merge pull request #128 from kengruven/master
commit
|
commitdiff
|
tree
2013-06-16
David Vázquez
Merge pull request #126 from orodley/max-min
commit
|
commitdiff
|
tree
2013-06-15
David Vázquez
Merge branch 'master' of git://github.com/Ferada/jscl...
commit
|
commitdiff
|
tree
2013-06-15
David Vázquez
Use macrolet to implemnt arithmetic helper macros
commit
|
commitdiff
|
tree
2013-06-15
David Vázquez
Basic macrolet
commit
|
commitdiff
|
tree
2013-06-15
David Vázquez
Merge pull request #121 from Ferada/small-fixes
commit
|
commitdiff
|
tree
2013-06-15
David Vázquez
Merge branch 'strings'
commit
|
commitdiff
|
tree
2013-06-15
David Vázquez
Merge branch 'master' of git://github.com/kengruven...
commit
|
commitdiff
|
tree
2013-06-13
David Vázquez
Merge pull request #122 from kengruven/master
commit
|
commitdiff
|
tree
2013-06-11
David Vázquez
oops. Good fix to empty setq
commit
|
commitdiff
|
tree
2013-06-11
David Vázquez
Fix empty setq
commit
|
commitdiff
|
tree
2013-06-08
David Vázquez
Merge branch 'master' into experimental-compiler
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
wip: structuring progresses
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
Use (SETF OGET) in package.lisp
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
Merge branch 'master' into ffi
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
Disable test temporarily
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
Remove unnecesary test
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
Merge branch 'master' into ffi
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
Merge pull request #117 from Ferada/small-fixes
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
Fix long oget chaining adding :START and :END parameters...
commit
|
commitdiff
|
tree
2013-06-07
David Vázquez
'If' alternative is optional
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
Merge branch 'master' of github.com:davazp/jscl
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
Remove D- prefix
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
Merge pull request #115 from orodley/smarter-escape...
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
Remove special JS FFI package
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
Remove some js-vset by (setf oget)
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
(SETF OGET) AND (SETF OGET*)
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
Multiple chaining keys in oset* and oset
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
FFI funcall
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
oget support multiple key chaining
commit
|
commitdiff
|
tree
2013-06-06
David Vázquez
#j macrocharacter as synonymous of #J
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
#J supports multiple descriptors
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
#J "macro-character"
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
OSET* and OGET* type-preserving variants and *root...
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
lisp-to-js and js-to-lisp wrappers
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
Add Ken Harris entry
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
Simple script to bootstrap JSCL
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
Merge pull request #109 from davazp/arrays
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
Speed up arrays concatenating a litte bit
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
Remove char-to-string from tests
commit
|
commitdiff
|
tree
2013-06-04
David Vázquez
Merge branch 'master' into arrays
commit
|
commitdiff
|
tree
2013-06-03
David Vázquez
Merge pull request #112 from kengruven/master
commit
|
commitdiff
|
tree
2013-06-03
David Vázquez
Merge branch 'master' into arrays
commit
|
commitdiff
|
tree
2013-06-03
David Vázquez
Merge pull request #108 from abeaumont/master
commit
|
commitdiff
|
tree
2013-06-03
David Vázquez
Merge pull request #113 from orodley/quotes-in-docstrings
commit
|
commitdiff
|
tree
2013-06-02
David Vázquez
Persistent history
commit
|
commitdiff
|
tree
2013-06-01
David Vázquez
Fix ir-convert-call
commit
|
commitdiff
|
tree
2013-06-01
David Vázquez
Remove buggy `substitute' uses
commit
|
commitdiff
|
tree
2013-06-01
David Vázquez
Fix bug in reduce-component
commit
|
commitdiff
|
tree
2013-05-27
David Vázquez
Merge branch 'master' into experimental-compiler
commit
|
commitdiff
|
tree
2013-05-26
David Vázquez
typo
commit
|
commitdiff
|
tree
2013-05-25
David Vázquez
progn translation uses ',' Javascript operator
commit
|
commitdiff
|
tree
next