A small compiled programming language similar to C.
A small compiled programming language similar to C.
Contact me for help, because I will respond. Discord: amukh1#9613
I have already developed a sequel to the language - Ritchie++ - which is much more stable, check it out!
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.4.1
v8.16.0
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
BEFORE YOU INSTALL: please read the prerequisites
To install and set up the library, run:
$ npm install ritchie
Or if you prefer using Yarn:
$ yarn add --dev ritchie
Or just search up “Ritchie” in the extensions section
august-lang takes 2 file extentions, .aug and .asm.
rcomp is the compiler.. (Ritchie Compiler) and putting in an .rit file compiles it to an asm file.
$ rcomp ./file.rit name
ASM compiles to bytecode automatically on Linux (if your on Windows/OSX use an online compiler). Web Compiler
import Stdio
function _start() {
println("hi", 2)
SYS::EXIT
}
You can contribute to the project by making a pull request on GitHub.
See also the list of contributors who participated in this project.
MIT License © Amukh1