Showing 50 open source projects for "c compiler vm"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    Robot KAREL

    Robot KAREL

    programming language for children

    The robot knows commands step, left, right, pick, put, paint, delay. You can use integer variables, multidimensional arrays, arithmetic and logic operators, procedures and functions with parameters. The application includes a text editor, compiler, interpreter and debugger.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Objeck

    Objeck

    Simple ⇒ Object-Oriented ⇒ Functional

    Objeck is an object-oriented programming language with functional features. Objeck emphasizes, expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, and command line debugger with IDE plugins.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    aphasia is an advanced scripting language for the web. It features a type-safe core, C++ modules with signatures, an optimizing "compiler", higher-order functions, built-in database support, garbage collection, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MANOOL

    MANOOL

    Programming language with expressive power and a simple implementation

    MANOOL is a practical, homoiconic, dynamic, multiparadigm general-purpose programming language with a functional core. It has high expressive power but is implemented in less than 10K LOC of optimized, idiomatic C++11 for native run-time environments. MANOOL is meant to compare and compete directly with Python, PHP, Ruby, Perl, and Tcl, although incidentally it has some combination of unusual features. Example: {{extern "manool.org.18/std/0.2/all"} in WriteLine[Out; "Hello, world...
    Downloads: 1 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
  • 5

    CSS Preprocessor

    CSS validation and advanced preprocessor with nesting and variables

    CSS Preprocessor is a parser, compiler, and assembler which extends the CSS language to allow nested rules and attributes, variables / @mixin, functions, and especially, strong validation of your source code so you know that it will work the first time you use it in your browser. The library is written in C++ allowing any other C++ project to work with CSS without having to rewrite their own parser. The library supports 4 output levels from ultra compressed CSS code to beautified CSS code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    MinGW - Minimalist GNU for Windows

    A native Windows port of the GNU Compiler Collection (GCC)

    MinGW: A native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All of MinGW's software will execute on the 64bit Windows platforms.
    Leader badge
    Downloads: 5,413,148 This Week
    Last Update:
    See Project
  • 7
    KAREL 3D C++  ( Karel the Robot in 3D )

    KAREL 3D C++ ( Karel the Robot in 3D )

    Karel - 3D language interpreter

    version 5 in C++ WinAPI, for compiler MinGWx64 is manually rewrited from JavaScript no GL version in Notepad++ ( https://sourceforge.net/projects/karel-3d/ ). ZIP include source code and just one EXE file without install to direct Run KAREL-3D ( tested on Win10 x64 and Win7 x64 without MinGW compiller [ not need .dll ] ) Objects: brick, wall, mark, bridge. In Karel, currently can not be use Load or Save ( use Ctrl+C, Ctrl+V between the editor and Notepad ) Tip for Karel: Type command: FAST...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    pegplusplus

    A PEG parser library for C++

    This library implements PEG (Parsing Expression Grammar) parsers, which can be embedded in a C++ program. The grammars are built and interpreted at run time, without an intermediate code generation stage. It tries to mimic as closely as possible the functionality and style of Ian Piumarta's LEG compiler. LEG grammars can be translated easily and almost mechanically. Actions and semantic predicates can be written directly in the grammar, using lambdas. C++11 or later is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GDL - GNU Data Language, a free IDL (Interactive Data Language, see http://ittvis.com/idl/) compatible incremental compiler.
    Downloads: 5 This Week
    Last Update:
    See Project
  • From donor engagement to donor retention, DonorPerfect is the complete solution for the tools you need to succeed. Icon
    From donor engagement to donor retention, DonorPerfect is the complete solution for the tools you need to succeed.

    For nonprofits serving their local community to large, international organizations like UNICEF.

    Boost your nonprofit's fundraising initiatives and build valuable donor relationships with DonorPerfect fundraising growth platform. Trusted by more than 50,000 fundraisers, DonorPerfect is packed with powerful features to help nonprofit organizations, regardless of size and mission, effectively manage donor data and raise money for their cause.
  • 10

    JILRuntime/JewelScript

    An object-oriented script language to embed in any application

    A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Concurrent Object-Oriented Language

    An object oriented language for concurrent software development

    COOL is an object oriented programming language specialized for concurrent software development. Language syntax is similar to C++/C# and Java. For proper documentation please read the diploma thesis (Only available in german yet). Some of the goals to achieve: - Embedding some design-patterns on language level (singleton, state-pattern) - Implementation of a back-end for byte-code generation - Extending the compiler with an optimization phase for optimizing byte-code - Optimizing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    runpl

    Run Programming Language

    a new concept for programing: new syntax and a new way of coding source files. not bytecode or any typical implementation for vm. in fact, it encodes functions and keywords for a smaller code, which is good for small devices and embebbed devices. small code, small size, RUN faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Kayacc

    A Compiler Development Toolkit

    Kayacc is an alternate name for the TOMBO project. I am in the process of updating the Tombo project page with version 2.1.0. Please download Tombo2.1.0.tar.gz from the Files tab. Tombo is a compiler generation toolkit for constructing compilers and interpreters. It includes a BNF compiler that generates parsers for context free grammars, and a class library to support compiler development. The class library supports symbol tables, Unicode text manipulation, reserved word mappings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CLIPSwl

    CLIPS with lock support. CLIPS for safely handling simultaneous access

    CLIPSwl is a modified project based on CLIPS(C Language Integrated Production System)(https://sourceforge.net/projects/clipsrules/), a public domain open-source software tool for building expert systems. CLIPS(ver. 6.24) is unsafe when access simultaneously occurs at the same environment, because the environment data of CLIPS are not protected for simultaneous access. We modified the CLIPS (ver. 6.24) to support lock/unlock functions in a flexible way. CLIPSwl doesn't use complicated logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Proteus Cross Compiler system allows the generation and compilation of Java Code from llvm-gcc compatible languages (C/C++/fortran). The generated code will execute at up to 50% of native code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A powerful interpreted language with simple compiler for Windows 7 to create apps for graphics, image acquisition, processing and advanced analysis. Includes 800+ commands, help, simple development studio, plug-in API and Debugger window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An esoteric programming language whose compiler and virtual machine were made for learning purpose.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Demosten's Perl distribution for Windows
    This is a Perl distribution for Windows. It comes with a C/C++ compiler and EPIC IDE. Distribution features include installer, its own formatted help system and several additional modules already installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Compiler and interpreter for the Scriptol programming language. Scriptol is object oriented and the first language to use XML as data structure in sources. It is easy to learn and safe. Also, RSS readers in PHP, an RSS feed editor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    eXpressive Script Language - Library and compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DEPRECATED-The deva programming language

    DEPRECATED v1 - v2 is current, hosted on bitbucket

    ... to C and Python. Designed for embedding in C++ applications, it is also suitable for simple scripting applications. Written to be as simple as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Automata Based Programming Tool for implementing logic for J2SE, J2EE and Sybmian applications. Consists of Java FSM Framework and Eclipse Plugin parts. Plugin implements UML model editor, visual debugger, validator, compiler and interpreter for Eclipse
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    screng is a lgpl general purpose programming language interpreter, which aims to also become a bytecode compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Capsule is an OO programming language that is as simple as Java but has all the features of Java and C++. Capsule is 100% object oriented, with a compiler for production, an interpreter, debugger and IDE for development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    wsbasic a basic interpreter or scripting language implemented without flex/bison or lex/yacc. Object oriented and very maintainable code. Based on jack crenshaw's let's build a compiler. Can act as a replacement for bash or sh scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next