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

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.