mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-09 20:01:10 -08:00
unix: add "make install" option for exe, lib, modules (refactor file locations)
This commit is contained in:
parent
4b8d9603e3
commit
71bc1d3525
120 changed files with 267 additions and 1928 deletions
|
|
@ -14,7 +14,7 @@ Item {
|
|||
// use JS arrays for lists (can be nested);
|
||||
//
|
||||
// * the only limit to Lisp.call() is the number of arguments (max. 16);
|
||||
// this is just an implementation detail; feel free to extend it (see "../lib/");
|
||||
// this is just an implementation detail; feel free to extend it (see sources);
|
||||
//
|
||||
// * return values can be nested Lisp lists or vectors, which will be converted to
|
||||
// nested JS arrays: they will be prepared in Lisp and passed to JS eval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue