roblang

Crates.ioroblang
lib.rsroblang
version0.0.1
sourcesrc
created_at2024-04-20 08:47:33.758545
updated_at2024-04-20 08:47:33.758545
descriptionCompiler, grammar, and some files for the roblang programming language.
homepage
repositoryhttps://github.com/Robert4S/roblang.git
max_upload_size
id1214452
size174,560
(Robert4S)

documentation

README

Roblang compiler and language

I am an IB computer sciences student, and this compiler is a pet project of mine. It is being developed as learning exercise, and not as a useful tool, as I do not have the time nor expertise to create a language or compiler that provides any genuine advantage over any already established languages. Feel free to raise any issues or suggestions if you do decide to try it out.

Note: The compiler is not currently functional, as I am still developing the parser for it, but feel free to have a look at the current source code.

(I'm not following a compiler book, and I'm lazy. That is why the code is shitty.)

##Installation dependencies GCC (support for other C compilers coming soon) rustup

##Installation Provided you have rustup installed: run "cargo install roblang" in your terminal.

Documentation

Commit count: 56

cargo fmt