c3 | A minimal Forth-like VM written in C

 by   CCurl C Version: Current License: MIT

kandi X-RAY | c3 Summary

kandi X-RAY | c3 Summary

c3 is a C library. c3 has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

The main goals for this project are as follows: - To have an implementation that is minimal and "intuitively obvious upon casual inspection". - To be able to run on both Windows and Linux (and Macintosh). - To be deployable to development boards via the Arduino IDE. Notes: - This is NOT an ANSI-standard Forth system. - This is a byte-coded implementation. - The Linux version is 64-bit but can also be 32-bit. - c3 provides 10 registers, r0 thru r9. - c3 provides 10 temporary words, T0 thru T9. - Not many primitives are built into the base executable. - The rest is built using those words (see core.f). - The VARIABLE space is separated from the CODE space. - VHERE ("(vhere) @") is the address of the first available byte in the VARIABLE space. - Strings are both counted and null-terminated. - A dictionary entry looks like this: - xt: cell_t - flags: byte - len: byte - name: char[14] (NULL terminated).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

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

            kandi-Quality Quality

              c3 has no bugs reported.

            kandi-Security Security

              c3 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              c3 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

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

            c3 Key Features

            No Key Features are available at this moment for c3.

            c3 Examples and Code Snippets

            No Code Snippets are available at this moment for c3.

            Community Discussions

            No Community Discussions are available at this moment for c3.Refer to stack overflow page for discussions.

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

            Vulnerabilities

            No vulnerabilities reported

            Install c3

            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/CCurl/c3.git

          • CLI

            gh repo clone CCurl/c3

          • sshUrl

            git@github.com:CCurl/c3.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