Search Results for "interpreter basic" - Page 3

Showing 125 open source projects for "interpreter basic"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1
    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).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SASM

    MOS 6502 Emulator

    ...To that end it was created in managed code using C# and less attention was paid to optimization, instead it represents something closer the the actual state machines present in a CPU. My primary goals for this project have been completed. Write a 6502 CPU from scratch capable of ruining an existing Basic interpreter. Second emulate enough hardware to interact with the CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is an interpreted programming language that is designed to teach young children the fundamentals of programming, hiding away from students the complex concepts of programming, such as parentheses, quotes, data types, arrays, while allowing them to understand the basic concepts of programming, and, move to a more advanced language. It also serves as an exapmle on how to create an interpreter with QBASIC. The interpreter is written in QBASIC, and is licensed under the GNU GPLv2. About the unixname: The "shortname" of the project was a typo, but it was too late when I actually realised it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Topal: Organic Parsing Language

    Topal: Organic Parsing Language

    Syntactic script interpreter

    ...It's designed for parsing (as opposed to lexing) with a focus on usability. The language uses procedures rather than functions. Procedures can contain conditional expressions and very basic data storage / bitwise operations. Additionally you can import DLL files and run their functions within the procedures. Procedure names and their argument names are not static; they are defined via a regular expression pattern. For the interpreter to work, it requires two inputs: the desired data for parsing and processing, and an OPL file containing the rules and actions for said input parsing and processing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5

    HPBASIC

    Fast basic interpreter fof HP 50g

    This is a fast BASIC interpreter for the HP50g, which allows users to make fast program and use BASIC as a langage for the HP50g. Don't hesistate to contact me for ideas, bugs,... This project is still young so it may be buggy. Don't forget to read the readme for more info!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tiny BASIC for Character Screen
    BASIC interpreter for the standard (SUS) character screen handling library, which fully corresponds to the Tiny BASIC standard. The code is thread-safe and can be embedded into other code. Can be used as a game or a minimalist challenge.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Qt Basic

    Qt Basic

    QtBasic: a simple basic interpreter with Qt influences.

    QtBasic: a simple basic interpreter with Qt influences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    MicroX Microkernel

    MicroX is a small X86 kernel used for educational purposes

    MicroX is a small X86 kernel used for educational purposes. It has a simple GUI, with a CLI , chooseable at the start-up menu. MicroX is written entirely out of ASM, with the programs written in the MicroX Basic interpreter. The OS comes with a simple Basic interpreter, allowing developers to code programs quickly and efficiently for MicroX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    DaddyBASIC

    A BASIC Language Interpreter for Embedded Apps

    DaddyBASIC was developed in order to provide a means to provide my young boys with a pathway into embedded programming. As of this writing, DaddyBASIC runs on the STM32F103R device, and also can compile and run on a Linux target.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    XAMOS

    XAMOS

    Cross-platform reimplementation of AMOS BASIC (runtime)

    XAMOS is a cross-platform reimplementation of AMOS BASIC based on jAMOS, fully re-written in C++ with SDL libraries. Currently runtime only, however is widely compatible with jAMOS projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    TOYOSHIKI Tiny BASIC

    TOYOSHIKI Tiny BASIC is The BASIC interpreter for Microcomputers.

    TOYOSHIKI Tiny BASIC is The BASIC interpreter for Microcomputers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    dcScript

    dcScript

    A new esoteric programming language

    dcScript is a new programming language. It's an esoteric language, it means that it can be hard to code with but don't worry it's a easy to use esoteric language here is an example : [sayHello]: sysprtn "Hello the World !" wait ] call sayHello quit The language is interpreted by a simple interpreter. The interpreter is coded in C# with Mono and .NET frameworks so it's portable and useable on Windows, Linux and Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    jAMOS

    jAMOS

    AMOS BASIC reimplementation in Java

    jAMOS is a cross platform, Java-based reimplementation of François Lionet's AMOS BASIC on the Amiga.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    yab is an extended version of yabasic, a BASIC programming language, with special commands designed for Haiku.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BASIC interpreter for the 16bit PIC microcontroller 24FJ64GA002. The interpreter runs on the chip only, no compiler/tokenizer is needed. Communication with PC is done by USB-to-serial converter cable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Basic Interpreter

    Small programming langage easy to embed

    Basic Interpreter is a small programming langage easy to embed in bigger programs to perform calculations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    KwikBASIC is a BASIC interpreter written in FreeBASIC and closely follows the FreeBASIC syntax.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Mega 80

    Retro computing on AVR

    Complete retro computing platform using simple hardware. Emulates a classic 80's 8-bit computing platform. - High-level Basic interpreter. - TV-Out, High resolution monochrome graphics. - Simple hardware, AVR + RAM + 74LS00.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    MequaScript

    MequaScript is a BASIC-style interpreter with a hybrid syntax

    BASIC-style interpreter supporting hybrid BASIC and C-style syntax, multiple threads and simple object orientation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ultrasystem

    an os for x86 computers based on mikeos

    this is an os for x86 computers it is based on a number of other operating systems. i will keep you updated right now just cleaning up code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Bianca

    A functional programming language named Bianca

    Bianca is a programming language using an interpreter. The aim is to create a basic language that let the user do all what he want and let him imagine all kind of solutions in order to solve his problem. In my opinion, a language must have few built-in instructions and a complete standard library. That's why Bianca is really simple and try to get the most complete library I can give to it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Vilegust

    Vilegust is a basic-like compiler/interpreter.

    Vilegust - named for the codesmells that eventually come of such projects - is a basic-like interpreter/compiler project in vb.net that will eventually be self-compilable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wassail

    Wassail

    Windows (a) Synaptic Script (a) Interpreter (l)

    Wassail is a small vb.NET program that allows Windows to interpret Synaptic download scripts and download the .deb or .rpm files described therein. This is useful if you own an offline Linux machine, but have no access to an online Linux machine. Any questions, comments, or suggestions, feel free to contact me. (and yes, I know the acronym is lame.) Note: This program requires .NET framework 4.0 to run. If your computer doesn't have it, you can download it free at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    WEBasic

    Workflow Engine - Basic interpreter

    This simple basic interpreter for general purposes
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB