This is a clone of rust-impl branch of the main Serene repo. This implementation has been abandoned due to technical reason around the LLVM C API and rust integration.
Go to file
Sameer Rahmani 04fe7e6085 Add llvm-sys as a dependency 2020-06-16 09:27:32 +01:00
src Add llvm-sys as a dependency 2020-06-16 09:27:32 +01:00
.gitignore Add dev.org to collect all the materials that helped us through the process 2020-06-07 11:11:17 +01:00
Cargo.lock Add llvm-sys as a dependency 2020-06-16 09:27:32 +01:00
Cargo.toml Add llvm-sys as a dependency 2020-06-16 09:27:32 +01:00
README.org Add a very simple lisp grammer based on LALRPOP (whitespace problem) 2020-06-13 17:55:27 +01:00
dev.org Add a useful article about parser algorithms in details to the dev.org 2020-06-11 23:46:34 +01:00

README.org

Serene lang

Setup development environment

Emacs

Rustic is highly recommended. Just install it and install the dependencies necessary on the Rust side. If you're using FG42, It already ships with Rustic installed.

Requirements on the Rust side

To setup the dev envrionment you need to have Clippy and RLS installed. Run the following commands to install them:

rustup component add rls --toolchain stable-x86_64-unknown-linux-gnu
rustup component add --toolchain stable-x86_64-unknown-linux-gnu clippy
rustup component add rustfmt

Use your desired toolchain instead of stable-x86_64-unknown-linux-gnu