Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
parenscript
parenscript
Commits
02725267
Verified
Commit
02725267
authored
May 12, 2020
by
Vladimir Sedach
Browse files
README: Added instructions on using ros-tests.lisp script
parent
9ec1a48e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
02725267
2020
-
05
-
12
Vladimir
Sedach
<
vas
@
oneofus
.
la
>
*
README
:
Added
instructions
on
using
ros
-
tests
.
lisp
script
*
docs
/
reference
.
html
(
Parenscript
Reference
Manual
):
Updated
copyright
year
.
...
...
README
View file @
02725267
...
...
@@ -16,8 +16,8 @@ overhead:
Any piece of Parenscript code is runnable as-is. There are no
JavaScript files to include.
Native types:
Parenscript works entirely with native JavaScript data types.
There
are no new types introduced, and object prototypes are not
Parenscript works entirely with native JavaScript data types.
There
are no new types introduced, and object prototypes are not
touched.
Native calling convention:
Any JavaScript code can be called without the need for
...
...
@@ -35,10 +35,19 @@ overhead:
Parenscript is available via Quicklisp:
(ql:quickload :parenscript)
To run
unit
tests:
(ql:quickload :parenscript.tests)
To run tests:
(ql:quickload :parenscript.tests
:verbose t
)
(parenscript.tests:run-tests)
The included executable SBCL script ros-tests.lisp uses the roswell
implementation launcher [https://github.com/roswell/roswell] to
automatically run the Parenscript test suite in SBCL, CLISP,
Clozure Common Lisp, Allegro Common Lisp, ABCL, ECL, sequentially
in that order. To run the script, first make sure you have roswell
installed, then do ./ros-tests.lisp from the directory containing
Parenscript. Roswell will automatically install any needed Common
Lisp implementations.
Contributing:
Please send patches and bug reports to the mailing list:
parenscript-devel@common-lisp.net
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment