RB Coder
A downloadable tool for Windows, macOS, and Linux
Download NowName your own price
Welcome,
this is my lightweight, open-source programming language I have been working on in my free time, it is still in development and I am actively working on it. This language/compiler, written in Python, has 4 basic functions:
- echo {var} - Print text to the screen
- sum <add/sub/div/mul> {float} {float} - Add or subtract numbers/variables
- store <varname> {value} - Store a variable for use in calculation
- script <filepath.si> - Execute a script file
It can be used as a (bad) learning tool and can carry out simple functions. It is currently in an early stage of development and is open-source, so feel free to use it yourself. (please don't steal my work, credit is required)
//Example.SI// store a 1 store b 1 sum add a b store a 2 store b 2 sum add a b store a 3 store b 3 sum add a b store a 4 store b 4 sum add a b
Status | In development |
Category | Tool |
Platforms | Windows, macOS, Linux |
Author | SaiyanSteev |
Tags | coding, Open Source, programming |
Download
Download NowName your own price
Click download now to get access to the following files:
RB_Coder_0.2.zip 1.1 kB
RB_Coder_0.3.zip 1.1 kB
RB_Coder_0.4.zip 1.2 kB