This is a clone of golang-impl branch of main Serene repo. The go lang implementation has been abandoned in favor of cpp and MLIR implementation.
Go to file
Ryan Clark 1b2ecadb53
Add the config file for golangci-lint
This uses most of the settings from the default golangci-lint config,
but a few are changed after using it on my own projects. This will
require some codebase changes to get the linter to pass, but just adding
the config file for now.
2021-01-18 14:45:02 +00:00
bootstrap Fix couple of linting problems 2021-01-15 20:48:56 +00:00
docs/examples Create 'def' special form to define global value ( not functions at the moment ) 2020-09-20 22:22:18 +01:00
site [Website] Add the deploy script to deploy the website 2021-01-02 18:16:46 +00:00
.gitignore [Website] Add site/public to the gitignore 2021-01-02 17:21:24 +00:00
.golangci.yaml Add the config file for golangci-lint 2021-01-18 14:45:02 +00:00
Jenkinsfile Change the Jenkins agent type to any 2021-01-15 18:31:41 +00:00
LICENSE Make Serene GPLv2 compatible 2020-09-09 21:40:31 +01:00
Makefile Fix the build script to compile the bootstrap in a container 2021-01-15 18:52:09 +00:00
README.org Update the TOC of README.org 2020-12-16 19:08:49 +00:00
dev.org Record the caller details in the stack frame 2020-12-30 17:50:00 +00:00

README.org

Serene language

Where to get help