tiny-js | A simple single-file javascript interpreter written in C | Interpreter library

 by   MarcoLizza C++ Version: Current License: MIT

kandi X-RAY | tiny-js Summary

kandi X-RAY | tiny-js Summary

tiny-js is a C++ library typically used in Utilities, Interpreter applications. tiny-js has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This project aims to be an extremely simple (~2000 line) JavaScript interpreter, meant for inclusion in applications that require a simple, familiar script language that can be included with no dependencies other than normal C++ libraries. It currently consists of two source files - one containing the interpreter, another containing built-in functions such as String.substring. TinyJS is not designed to be fast or full-featured. However it is great for scripting simple behaviour, or loading & saving settings. I make absolutely no guarantees that this is compliant to JavaScript/EcmaScript standard. In fact I am sure it isn’t. However I welcome suggestions for changes that will bring it closer to compliance without overly complicating the code, or useful test cases to add to the test suite. Please see the Code Examples chapter for examples of code that works. For a list of known issues, please see the comments at the top of the TinyJS.cpp file.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tiny-js has a low active ecosystem.
              It has 34 star(s) with 10 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 1 have been closed. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of tiny-js is current.

            kandi-Quality Quality

              tiny-js has no bugs reported.

            kandi-Security Security

              tiny-js has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              tiny-js is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              tiny-js releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of tiny-js
            Get all kandi verified functions for this library.

            tiny-js Key Features

            No Key Features are available at this moment for tiny-js.

            tiny-js Examples and Code Snippets

            No Code Snippets are available at this moment for tiny-js.

            Community Discussions

            Trending Discussions on tiny-js

            QUESTION

            Impossible to install spookyjs
            Asked 2018-Apr-12 at 05:40

            I want to install spookyjs and find it impossible to do so. I've tried three different ways:

            1. Run the standard spookyjs package.json provided in spookyjs github. Then I try to run hello.js and I am greeted with this error.

              ...

            ANSWER

            Answered 2018-Apr-11 at 12:49

            I came across this link: Issue

            and it detailed the solution. That is this chunk of code:

            Source https://stackoverflow.com/questions/49733974

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tiny-js

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/MarcoLizza/tiny-js.git

          • CLI

            gh repo clone MarcoLizza/tiny-js

          • sshUrl

            git@github.com:MarcoLizza/tiny-js.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Interpreter Libraries

            v8

            by v8

            micropython

            by micropython

            RustPython

            by RustPython

            otto

            by robertkrimen

            sh

            by mvdan

            Try Top Libraries by MarcoLizza

            tofu-engine

            by MarcoLizzaC++

            ubuntu-apt-scripts

            by MarcoLizzaShell