Public repository of the QuickJS Javascript Engine.
Go to file
Andrew 4298c1a726 MSVC compatibility
1. MSVC compatibility
2. CONFIG_VERSION (too common/generic) replaced by QUICKJS_VERSION due to clashes with other libraries that use CONFIG_VERSION too
2020-10-11 17:26:47 -07:00
doc 2020-09-06 release 2020-09-06 19:10:15 +02:00
examples 2020-07-05 release 2020-09-06 19:07:30 +02:00
tests 2020-09-06 release 2020-09-06 19:10:15 +02:00
win MSVC compatibility 2020-10-11 17:26:47 -07:00
.gitignore MSVC compatibility 2020-10-11 17:26:47 -07:00
Changelog 2020-09-06 release 2020-09-06 19:10:15 +02:00
cutils.c MSVC compatibility 2020-10-11 17:26:47 -07:00
cutils.h MSVC compatibility 2020-10-11 17:26:47 -07:00
jscompress.c 2020-01-05 release 2020-09-06 18:53:08 +02:00
libbf.c 2020-07-05 release 2020-09-06 19:07:30 +02:00
libbf.h 2020-03-16 release 2020-09-06 19:02:03 +02:00
libregexp-opcode.h 2020-01-05 release 2020-09-06 18:53:08 +02:00
libregexp.c MSVC compatibility 2020-10-11 17:26:47 -07:00
libregexp.h 2020-09-06 release 2020-09-06 19:10:15 +02:00
libunicode-table.h 2020-03-16 release 2020-09-06 19:02:03 +02:00
libunicode.c 2020-09-06 release 2020-09-06 19:10:15 +02:00
libunicode.h 2020-01-05 release 2020-09-06 18:53:08 +02:00
list.h 2020-01-05 release 2020-09-06 18:53:08 +02:00
Makefile 2020-07-05 release 2020-09-06 19:07:30 +02:00
premake5.lua MSVC compatibility 2020-10-11 17:26:47 -07:00
qjs.c MSVC compatibility 2020-10-11 17:26:47 -07:00
qjsc.c MSVC compatibility 2020-10-11 17:26:47 -07:00
qjscalc.js 2020-09-06 release 2020-09-06 19:10:15 +02:00
quickjs-atom.h 2020-07-05 release 2020-09-06 19:07:30 +02:00
quickjs-libc.c MSVC compatibility 2020-10-11 17:26:47 -07:00
quickjs-libc.h 2020-09-06 release 2020-09-06 19:10:15 +02:00
quickjs-opcode.h 2020-09-06 release 2020-09-06 19:10:15 +02:00
quickjs-version.h MSVC compatibility 2020-10-11 17:26:47 -07:00
quickjs.c MSVC compatibility 2020-10-11 17:26:47 -07:00
quickjs.h MSVC compatibility 2020-10-11 17:26:47 -07:00
readme.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
release.sh 2020-03-16 release 2020-09-06 19:02:03 +02:00
repl.c MSVC compatibility 2020-10-11 17:26:47 -07:00
repl.js 2020-07-05 release 2020-09-06 19:07:30 +02:00
run-test262.c 2020-09-06 release 2020-09-06 19:10:15 +02:00
test262_errors.txt 2020-07-05 release 2020-09-06 19:07:30 +02:00
test262.conf 2020-09-06 release 2020-09-06 19:10:15 +02:00
test262o_errors.txt 2020-01-05 release 2020-09-06 18:53:08 +02:00
test262o.conf 2020-01-05 release 2020-09-06 18:53:08 +02:00
TODO 2020-09-06 release 2020-09-06 19:10:15 +02:00
unicode_download.sh 2020-03-16 release 2020-09-06 19:02:03 +02:00
unicode_gen_def.h 2020-03-16 release 2020-09-06 19:02:03 +02:00
unicode_gen.c 2020-01-05 release 2020-09-06 18:53:08 +02:00
VERSION 2020-09-06 release 2020-09-06 19:10:15 +02:00

The main documentation is in doc/quickjs.pdf or doc/quickjs.html.