sfxsfl 81bd2e02f4 first code checkin před 7 měsíci
..
docs 81bd2e02f4 first code checkin před 7 měsíci
tools 81bd2e02f4 first code checkin před 7 měsíci
AUTHORS 81bd2e02f4 first code checkin před 7 měsíci
COPYING 81bd2e02f4 first code checkin před 7 měsíci
Makefile 81bd2e02f4 first code checkin před 7 měsíci
README 81bd2e02f4 first code checkin před 7 měsíci
astnames.h 81bd2e02f4 first code checkin před 7 měsíci
genucd.py 81bd2e02f4 first code checkin před 7 měsíci
jsarray.c 81bd2e02f4 first code checkin před 7 měsíci
jsboolean.c 81bd2e02f4 first code checkin před 7 měsíci
jsbuiltin.c 81bd2e02f4 first code checkin před 7 měsíci
jscompile.c 81bd2e02f4 first code checkin před 7 měsíci
jsdate.c 81bd2e02f4 first code checkin před 7 měsíci
jsdtoa.c 81bd2e02f4 first code checkin před 7 měsíci
jserror.c 81bd2e02f4 first code checkin před 7 měsíci
jsfunction.c 81bd2e02f4 first code checkin před 7 měsíci
jsgc.c 81bd2e02f4 first code checkin před 7 měsíci
jsi.h 81bd2e02f4 first code checkin před 7 měsíci
jsintern.c 81bd2e02f4 first code checkin před 7 měsíci
jslex.c 81bd2e02f4 first code checkin před 7 měsíci
jsmath.c 81bd2e02f4 first code checkin před 7 měsíci
jsnumber.c 81bd2e02f4 first code checkin před 7 měsíci
jsobject.c 81bd2e02f4 first code checkin před 7 měsíci
json.c 81bd2e02f4 first code checkin před 7 měsíci
jsparse.c 81bd2e02f4 first code checkin před 7 měsíci
jsproperty.c 81bd2e02f4 first code checkin před 7 měsíci
jsregexp.c 81bd2e02f4 first code checkin před 7 měsíci
jsrepr.c 81bd2e02f4 first code checkin před 7 měsíci
jsrun.c 81bd2e02f4 first code checkin před 7 měsíci
jsstate.c 81bd2e02f4 first code checkin před 7 měsíci
jsstring.c 81bd2e02f4 first code checkin před 7 měsíci
jsvalue.c 81bd2e02f4 first code checkin před 7 měsíci
main.c 81bd2e02f4 first code checkin před 7 měsíci
mujs.h 81bd2e02f4 first code checkin před 7 měsíci
one.c 81bd2e02f4 first code checkin před 7 měsíci
opnames.h 81bd2e02f4 first code checkin před 7 měsíci
pp.c 81bd2e02f4 first code checkin před 7 měsíci
regexp.c 81bd2e02f4 first code checkin před 7 měsíci
regexp.h 81bd2e02f4 first code checkin před 7 měsíci
utf.c 81bd2e02f4 first code checkin před 7 měsíci
utf.h 81bd2e02f4 first code checkin před 7 měsíci
utfdata.h 81bd2e02f4 first code checkin před 7 měsíci

README

MuJS: an embeddable Javascript interpreter in C.

ABOUT

MuJS is a lightweight Javascript interpreter designed for embedding in
other software to extend them with scripting capabilities.

LICENSE

MuJS is Copyright 2013-2017 Artifex Software, Inc.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

The software is provided "as is" and the author disclaims all warranties with
regard to this software including all implied warranties of merchantability
and fitness. In no event shall the author be liable for any special, direct,
indirect, or consequential damages or any damages whatsoever resulting from
loss of use, data or profits, whether in an action of contract, negligence
or other tortious action, arising out of or in connection with the use or
performance of this software.

COMPILING

If you are building from source you can either use the provided Unix Makefile:

make release

Or compile the source with your preferred compiler:

cc -O2 -c one.c -o libmujs.o

INSTALLING

To install the MuJS command line interpreter, static library and header file:

make prefix=/usr/local install

DOWNLOAD

The latest development source is available directly from the git repository:

git clone http://git.ghostscript.com/mujs.git

REPORTING BUGS AND PROBLEMS

Report bugs on the ghostscript bugzilla, with MuJS as the selected component.

http://bugs.ghostscript.com/

The MuJS developers hang out on IRC in the #mupdf channel on irc.freenode.net.