Search Results for "picoc c interpreter" - Page 6

Showing 490 open source projects for "picoc c interpreter"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1

    XST Basic 2

    XST Basic v2 Windows Basic interpreter with C emitter.

    This is the windows version of XST Basic. Basic interpreter with C emitter written mostly in C. This also uses the irrlicht 3d library to make it much more capable than the DOS XST Basic 1. Enjoy,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Brandy Basic V Interpreter

    Brandy is an interpreter for BBC Basic

    Brandy is an interpreter for BBC Basic (or Basic V) that runs under a variety of operating systems. Basic V is the version of Basic supplied with desktop computers running RISC OS. These were originally made by Acorn Computers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    Lsie

    General purpose Lindenmayer system written in C++

    Lsie (Elsie) is a Lindenmayer system implementation written in C++. It supports bracketed, stochastic, context sensitive, parametric, conditional grammars with parameter signature matching, homomorphism and decomposition. Expression evaluation and signature matching is based on an internal bytecode compiler and interpreter, types are statically checked at compile time. It may seem a bit overkill, but it is fun to write and it has some practical advantages. :) The project is work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    hbcxx

    Use "#!/usr/bin/env hbcxx" to make C++ source code executable

    hbcxx uses the Unix hashbang (or shebang) #!/path/to/interpreter technique to make C++ source code directly executable. Modern C++, meaning C++11 or even C++14, feels like another language. This is not because the language has been changed massively but because the new features encourage a different, and slightly higher level way to think about writing C++. It's faster, more fun, supports lambdas, has tools to simplify memory management and includes regular expressions in the standard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    GDB-ILI extends the GNU debugger with a generic interface to various interpreter languages. Features: Data transfer from/to debugee, direct interaction in interpreter shell, extended breakpoints,... Support for Matlab(R) and GNU Octave is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TBasic

    A simple BASIC interpreter written in C++

    TBasic is an implementation of a minimalist BASIC (based on the Tiny Basic specification but with a few significant additions) in the C++ language. It was written for fun, as a project to create a functional language interpreter from scratch and to be potentially used as a lightweight scripting language (it can either be used as a classic command line BASIC interpreter or as a class that allows a C++ programs to load and run basic programs, register custom basic commands and interact...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    MonoFlow

    A monolithic flow based programming application

    ... / environment is intended to be fully extensible. In the same way that GNU/Linux is monolithic and extensible. I intend it to comprise specifically of a stub (to start and stop the primary application) as a "kernel equivalent" and will wrap around the developer environment as an IDE / interpreter (in the same manner as a shell) for the time being.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    RCLcalculators

    RCL, a simulator for Texas Instrument calculators from the 70's.

    Calculators became available in the early 70's, soon after the integrates circuits, and several companies were competing with each other for a share of this market. Texas Instruments was one of the bigger companies producing calculators. With RCL it is possible to recreate the TI calculators, strating with the Ti59e, with 960 program steps and a persistant memory (a combination of the the Ti58C and the Ti59). RCL offers any person interested in the ancient ones in calculators (more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Structure Synth generates 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. Structure Synth offers a graphical environment with multiple tabs, syntax highlighting, and OpenGL preview.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10

    Winspee 3.0.1

    A lightweight OS. Designed for beginner programming.

    A desktop OS that is based on Debian 7 Wheezy and is designed to be used by anyone interested in programming, no previous knowledge required. The interface is simple yet powerful, which is using LXDE. Winspee 3.0 comes built in with IDLE (Python Interpreter) and C/C++ compilers as well as Code::Blocks for programming. There's built in IRC support to connect directly to the Winspee Development Team by using XChat from the dock. The WDT IRC is were we recommend where you can leave comments...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    LuaXLL

    Lua interpreter embedded into an Excel XLL

    LuaXLL is a lightweight Lua interpreter built into a Excel XLL. The XLL has extensions built into it which allow new Excel functions to be defined in a Lua script and exposed to the main application with the XLL marshalling data across the environments. Its primary use is for rapid modelling and development. And it could also serve as an interface to more advanced models built in C. It has built-in support for ODBC databases (via LuaSQL) and some generic modeling functions (added as I need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    droite is a correction of eS expression parsers implemented in many different programming languages. Its usefulness is the same as JSON but droite utilizes eS expression, a Gauche scheme interpreter friendly S expression variant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The mariabasic is a small portable basic like syntax interpreter(http://www.jasenko.com.mk)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Forth interpreter done for .NET. Just a way to learn Forth, CIL and more C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ChipEight

    Another Chip8 emulator/interpreter

    A Chip8 emulator written in C/C++. Runs in Linux, but very little platform dependent code (one call to usleep from unistd.h). Uses SDL for keyboard and graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CSP embedded C-like scripting language

    C-like language parser, bytecode generator and a VM

    Project aims to implement a C-like language interpreter with small code and memory footprint for 32bit microcontrollers. At the time of writing, parser code size for Cortex-M3 is less than 10K and VM is less than 3K. RAM requirements mostly depend on code size and complexity, but few kilobytes should be enough to handle most reasonably simple cases. Parser and VM are written with code size priority, not security. Project should not be used to run code (and bytecode) from untrusted sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Embed a Lua interpreter in a C++ application, using an OO API. Easily evaluate Lua expressions, scripts, call functions, table fields, etc. Easily handle multiple return values. Lua stack managed automatically, but still available if needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Primary aim of this project is a creation of combine interpreter able to execute as much as possible esoteric languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ExactCalc

    Software for exact computing based on interval arithmetic.

    ... interval that contains exact result of computation. Sometimes is more easy to use numerical unstable algorithm to solve problem. Instability is actually speed of accumulating the truncation error, but it can be decreased arbitrary by using more precise computation. Interval arithmetic provides us control of accumulating truncating error. To save Your time using CPU time this program provides interpreter of simple programming language based on interval algebra with arbitrary precision arithmetic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MicroLua DS

    MicroLua DS

    MicroLua brings Lua on the Nintendo DS for easy programming

    MicroLua brings the programming language Lua on the Nintendo DS for easy and fast development of beautiful homebrews! Based on brunni's µLibrary, µLua is a Lua interpreter featuring fast drawings and many important functionalities. You can exploit your Nintendo DS with the simplistic yet powerful Lua language! On your cartridge, MicroLua is a NDS executable that shows as its frontend a great graphical shell from which you can explore your cartridge and run Lua scripts written for µLua...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Ghostscript.NET

    Ghostscript.NET

    The most completed managed wrapper around the Ghostscript library.

    All other C# Ghostscript wrappers that you can find on the internet does not allow you to progressively render PDF page directly to the screen without exporting the page to the disk first. This wrapper does not require exporting to the disk, it can render tiles progressively from the Ghostscript interpreter. Please go to http://ghostscriptnet.codeplex.com/ for development files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Graphal

    Graphal

    Graph algorithms interpreter, IDE, debugger, 3D visualizations.

    Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    C++ On Air

    C++ On Air

    Light-weight C++ web application server library

    C++ On Air (or "ConAir") is a light-weight library that combines the power of C++ with the flexibility of Interpp to allow you to create impressive web applications with new / existing C++ code. ConAir uses an embedded http server and Interpp interpreter to serve html, and process http requests from within your C++ application. This internal server establishes a bidirectional web socket connection between your C++ application and a client-side JavaScript interface for interactive scripting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MiniBasic

    MiniBasic

    Basic interpreter in ANSI C

    MiniBasic is a small but usable Basic interpreter. It is written in pure ANSI C, so it should be easy to get up and running in almost any environment. It has been used for PIC32 electronics projects, as an embedded scripting language, and as a teaching aid. There's an associated book, and full documentation and sample programs online (go to the project's web pages). It's designed to be easy to modify, to use the code as the basis for your own interpreter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    COIL Programming Language

    COIL Programming Language

    COIL:A Programming Language made by Teens for Teens(ikr)

    Complex Output Input Language. It was made because games in python end up quite ugly and bloated. This is designed to be clean & easy. It's an interpreter, It was written in C++. Not a singe line of code was written by an adult (except the standard c++ libraries). Give it a try and tell me what you think. It's a work in progress so there are only input and output functions, variables and if statements. Because it's at an early stage in design, any ideas you give me now can be integrated...
    Downloads: 1 This Week
    Last Update:
    See Project