Just another Lisp https://serene-lang.org
Go to file
Sameer Rahmani 9ff707c726 Save the progress before introducing the semantic analysis 2021-04-04 23:08:57 +01:00
bin Move reader related files to the reader namespace 2021-03-28 23:14:32 +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
examples/hello_world Implement classof in derived expressions 2021-03-31 19:37:32 +01:00
include Save the progress before introducing the semantic analysis 2021-04-04 23:08:57 +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 Save the progress before introducing the semantic analysis 2021-04-04 23:08:57 +01:00
tests Move reader related files to the reader namespace 2021-03-28 23:14:32 +01:00
.clang-format Commit the missing files related to coding style 2020-07-23 21:47:44 +01:00
.gitignore Implement classof in derived expressions 2021-03-31 19:37:32 +01:00
CMakeLists.txt Add a barebone MLIR dialect with the necessary cmake changes" 2021-03-25 00:53:44 +00: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 Move reader related files to the reader namespace 2021-03-28 23:14:32 +01:00
dev.org Update the dev.org from master 2021-03-19 14:00:45 +00: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