Just another Lisp https://serene-lang.org
Go to file
Sameer Rahmani edc9a3e52d Add parallel builds to the ninja 2020-07-10 21:00:14 +01:00
bin Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
cmake Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
docs Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
include/serene Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
resources/benchmarks/parsers Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
src Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
tests Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
.gitignore Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
CMakeLists.txt Add the build-release target to the builder 2020-07-10 20:55:37 +01:00
README.org Add a very simple lisp grammer based on LALRPOP (whitespace problem) 2020-06-13 17:55:27 +01:00
builder Add parallel builds to the ninja 2020-07-10 21:00:14 +01:00
dev.org Add more subcommands to the builder 2020-07-10 20:41:46 +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