License: MIT
Homepage: https://github.com/akapav/js
Depends on: parse-js, cl-ppcre
Quick assessment (2023-06-18)
- Passes all tests in CCL and MKCL—if Function.caller is enabled.
- Numbers are integer or double-float. Optimized for ACL and SBCL.
- Line 413 of translate.lisp: Reference to variable before it's been defined.
- Line 385 of runtime.lisp: CCL warns about ignoring the result of sort.
? (setq cl-js:*enable-Function.caller* t) T ? (cl-js:run-js-file "test.js") 42 test run... All passed!