| Crates.io | roblang |
| lib.rs | roblang |
| version | 0.0.1 |
| created_at | 2024-04-20 08:47:33.758545+00 |
| updated_at | 2024-04-20 08:47:33.758545+00 |
| description | Compiler, grammar, and some files for the roblang programming language. |
| homepage | |
| repository | https://github.com/Robert4S/roblang.git |
| max_upload_size | |
| id | 1214452 |
| size | 174,560 |
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.