pascal.js | Pascal compiler implemented in JavaScript | Interpreter library

 by   kanaka JavaScript Version: Current License: No License

kandi X-RAY | pascal.js Summary

kandi X-RAY | pascal.js Summary

pascal.js is a JavaScript library typically used in Utilities, Interpreter applications. pascal.js has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Pascal.js is a Pascal compiler (Turbo Pascal 1.0-ish) implemented in JavaScript that outputs LLVM IR (intermediate representation). The IR can then compiled to native machine code (using LLVM as a backend), or compiled to JavaScript (via LLVM.js) so that it can run as a Node.js script or can run in a browser. Pascal.js uses an LALR(1) (bottom-up lookahead left-to-right) parser generated using Jison. Pascal.js is written in JavaScript and outputs JavaScript. This means you can write, compile and execute Pascal programs entirely in your browser. Try out the obligatory online demo of Pascal.js (supports at least Chrome and Firefox).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

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

            kandi-Quality Quality

              pascal.js has 0 bugs and 0 code smells.

            kandi-Security Security

              pascal.js has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              pascal.js code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              pascal.js does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              pascal.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.
              pascal.js saves you 50 person hours of effort in developing the same functionality from scratch.
              It has 133 lines of code, 0 functions and 10 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            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 pascal.js
            Get all kandi verified functions for this library.

            pascal.js Key Features

            No Key Features are available at this moment for pascal.js.

            pascal.js Examples and Code Snippets

            No Code Snippets are available at this moment for pascal.js.

            Community Discussions

            Trending Discussions on pascal.js

            QUESTION

            Add a Pascal rule on ACE web editor
            Asked 2017-May-05 at 20:16

            I am using ACE web editor for coding in pascal language and a want to add a rule in the mode-pascal.js native file.

            What I want is to highlight all 'read' and 'write' keywords in all lines begining with 'property' and ending with ';'.

            Something like :

            ...

            ANSWER

            Answered 2017-May-05 at 20:16

            Ace syntax highlighter supports states similar to textmate and sublime. That means you can match property keyword, and switch to a state that highlights read and write, something like this:

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install pascal.js

            You can download it from GitHub.

            Support

            The following features of Turbo Pascal 1.0 are supported:.
            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/kanaka/pascal.js.git

          • CLI

            gh repo clone kanaka/pascal.js

          • sshUrl

            git@github.com:kanaka/pascal.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 kanaka

            miniMAL

            by kanakaJavaScript

            wac

            by kanakaC

            libvncserver

            by kanakaC

            wam

            by kanakaJavaScript

            warpy

            by kanakaPython