Minibasic
Author: n | 2025-04-23
minibasic free download. View, compare, and download minibasic at SourceForge
Welcome to MiniBASIC! - MiniBASIC community - itch.io
Home > development > compilers & interpreters > astrobe Download URL | Author URL | Software URL | Buy Now ($95)Astrobe is a fast and responsive integrated development environment for Windows. It is designed for developing reliable software to run on the powerful NXP / Philips LPC2000 family of ARM-based microcontrollers. The programming language supported by Astrobe is Oberon-07. You can now write high- and low-level software without having to use assembler or C. Features include interrupt programming, register parameters, advanced data structures and floating-point operations. Includes source code examples of applications to read / write SD cards, EEPROMs and Flash ROM; 7-segment LED displays, temperature sensors and a digital compass. Related software (5) TotalEdit Make editing simple with TotalEdit the professional file editor for Windows. Edit PHP, C/C++, Java, HTML, ASP, JSP, CSS, Javascript and SQL. Features include code folding, code com ... EditPad Pro EditPad Pro is a powerful and versatile text editor or word processor, designed to make text editing as convenient as possible. Write and edit all your text files such as source c ... mirabyte Web Architect mirabyte Web Architect is a powerful tool for creating modern and professional Websites, homepages and Web applications. It supports all relevant Web standards and technologies suc ... Astrobe for Cortex-M3 Astrobe for Cortex-M3 is a fast integrated development environment for developing efficient 32-bit native code embedded software for Cortex-M3 microcontrollers. You can now write h ... MiniBASIC Compiler The MiniBASIC compiler is powerful 32 bit compiler featuring an integrated development environment with advanced compiler, assembler and linker.MiniBASIC can create small, fast, ...
minibasic/DOCUMENTATION.md at main JoeStrout/minibasic
A MiniBasic Interpreter(Course project for SE2322-Advanced Data Structure)You can write some "Ancient Language--Basic" code to feed the "Interpreter", which possibly give you a right answer :)The feature of the Interpreter are:Error Syntax HighlightSingle Step debugSupport two types (int and string, wow!)AST PrinterA Trivial Type Check (there are only two type :)TODO...Error HighlightSingle Step DebugHow to runYou should use QT to open the project. I will update it when I am idle...File Structuremainwindow.cpp The UI and slot functions for executing the codetokenizer.cpp A simple lexical analyzerparse.cpp A simpl top-down parser, which can do trivial type-checking and variable defined checking.exp.cpp The Expression Class represing the arithmetic expressionstatement.cpp The Basic language statement, such as LET, IF, GOTO statementsExecThread.h Use multithread programming. It generate a new thread to execute the code, avoiding blocking the UIprogram.cpp Store the program(code), and provide the interface for UI to execute the codeevalstate.h The runtime environment classtest/* Some classified test filesmainwindow.ui The QT generated file, displaying the UIMiniBASIC update: v0.9.4 - MiniBASIC by JoeStrout
. minibasic free download. View, compare, and download minibasic at SourceForge Using MiniBASIC for Development. To get started with MiniBASIC, developers can follow a few straightforward steps: Download and Install MiniBASIC: The first step is tominibasic/README.md at master MalcolmMcLean/minibasic
MiniBASIC update: v0.9.7 - MiniBASIC by JoeStrout - Itch.io
MiniBasic/mainwindow.cpp at main Naplesoul/MiniBasic - GitHub
MiniBasic/code.cpp at main Naplesoul/MiniBasic - GitHub
. minibasic free download. View, compare, and download minibasic at SourceForge Using MiniBASIC for Development. To get started with MiniBASIC, developers can follow a few straightforward steps: Download and Install MiniBASIC: The first step is to
MiniBasic/mainwindow.h at main Fabulousxu/MiniBasic - GitHub
MiniBasic/mainwindow.h at main Naplesoul/MiniBasic - GitHub
. minibasic free download. View, compare, and download minibasic at SourceForge Using MiniBASIC for Development. To get started with MiniBASIC, developers can follow a few straightforward steps: Download and Install MiniBASIC: The first step is toMiniBasic/main.cpp at main Naplesoul/MiniBasic - GitHub
Comments
Home > development > compilers & interpreters > astrobe Download URL | Author URL | Software URL | Buy Now ($95)Astrobe is a fast and responsive integrated development environment for Windows. It is designed for developing reliable software to run on the powerful NXP / Philips LPC2000 family of ARM-based microcontrollers. The programming language supported by Astrobe is Oberon-07. You can now write high- and low-level software without having to use assembler or C. Features include interrupt programming, register parameters, advanced data structures and floating-point operations. Includes source code examples of applications to read / write SD cards, EEPROMs and Flash ROM; 7-segment LED displays, temperature sensors and a digital compass. Related software (5) TotalEdit Make editing simple with TotalEdit the professional file editor for Windows. Edit PHP, C/C++, Java, HTML, ASP, JSP, CSS, Javascript and SQL. Features include code folding, code com ... EditPad Pro EditPad Pro is a powerful and versatile text editor or word processor, designed to make text editing as convenient as possible. Write and edit all your text files such as source c ... mirabyte Web Architect mirabyte Web Architect is a powerful tool for creating modern and professional Websites, homepages and Web applications. It supports all relevant Web standards and technologies suc ... Astrobe for Cortex-M3 Astrobe for Cortex-M3 is a fast integrated development environment for developing efficient 32-bit native code embedded software for Cortex-M3 microcontrollers. You can now write h ... MiniBASIC Compiler The MiniBASIC compiler is powerful 32 bit compiler featuring an integrated development environment with advanced compiler, assembler and linker.MiniBASIC can create small, fast, ...
2025-04-17A MiniBasic Interpreter(Course project for SE2322-Advanced Data Structure)You can write some "Ancient Language--Basic" code to feed the "Interpreter", which possibly give you a right answer :)The feature of the Interpreter are:Error Syntax HighlightSingle Step debugSupport two types (int and string, wow!)AST PrinterA Trivial Type Check (there are only two type :)TODO...Error HighlightSingle Step DebugHow to runYou should use QT to open the project. I will update it when I am idle...File Structuremainwindow.cpp The UI and slot functions for executing the codetokenizer.cpp A simple lexical analyzerparse.cpp A simpl top-down parser, which can do trivial type-checking and variable defined checking.exp.cpp The Expression Class represing the arithmetic expressionstatement.cpp The Basic language statement, such as LET, IF, GOTO statementsExecThread.h Use multithread programming. It generate a new thread to execute the code, avoiding blocking the UIprogram.cpp Store the program(code), and provide the interface for UI to execute the codeevalstate.h The runtime environment classtest/* Some classified test filesmainwindow.ui The QT generated file, displaying the UI
2025-04-06