Just another Lisp https://serene-lang.org
Go to file
Sameer Rahmani a8557125c4 Add the mapping for builtins special forms to namespace 2020-08-03 20:21:46 +01:00
bin Fix some of the hints from the 1on1 session on the refactoring the code 2020-08-03 12:39:20 +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 Add the mapping for builtins special forms to namespace 2020-08-03 20:21:46 +01:00
resources/benchmarks/parsers Add the build setup for the C++ implementation 2020-07-10 18:06:26 +01:00
scripts Commit the missing files related to coding style 2020-07-23 21:47:44 +01:00
src Add the mapping for builtins special forms to namespace 2020-08-03 20:21:46 +01:00
tests Add the first draft of a very basic reader, list and symbol impl 2020-07-16 15:48:06 +01:00
.clang-format Commit the missing files related to coding style 2020-07-23 21:47:44 +01:00
.gitignore Refactoring 2020-08-02 22:08:35 +02:00
CMakeLists.txt Finish the first implementation of the compiler level list 2020-07-23 17:13:16 +01:00
LICENSE Add the first draft of a very basic reader, list and symbol impl 2020-07-16 15:48:06 +01:00
README.org Add setup target to builder script 2020-07-23 21:53:42 +01:00
builder Add a very basic 'def' special form 2020-08-01 19:58:34 +01:00
dev.org Add the first draft of a very basic reader, list and symbol impl 2020-07-16 15:48:06 +01:00

README.org

Serene lang

Setup development environment

Setup the githook and install dependencies using the following commands:

#+BEGIN_EXAMPLE bash ./builder deps ./builder setup

#+END_SRC

Emacs

Install the dependencies including clangd and just run lsp