Research programming language for concurrent ownership
Перейти к файлу
David Chisnall 53db1e6dab Add initial RFC for handling low memory in Verona. 2021-09-28 11:53:37 +01:00
.devcontainer Added .devcontainers (#464) 2021-07-20 17:10:54 +01:00
.github/workflows Update the snmalloc submodule. (#19) 2020-01-14 21:03:44 +00:00
cmake Find FreeBSD's name for clang-format 9.0. 2021-06-03 09:52:20 +01:00
devops Consistent use of sanitizers 2021-09-08 13:33:20 +01:00
docs Add initial RFC for handling low memory in Verona. 2021-09-28 11:53:37 +01:00
experiments/process_sandbox Sandbox cleanup (#459) 2021-07-13 14:25:52 +01:00
external [cmake] Allow LLVM_EXTRA_CMAKE_ARGS to override CMAKE_BUILD_TYPE (#495) 2021-09-10 10:02:57 +01:00
src Option to emit output to /dev/null 2021-09-15 19:40:04 +01:00
testsuite Option to emit output to /dev/null 2021-09-15 19:40:04 +01:00
utils New Test Harness (#396) 2021-02-24 09:06:05 +00:00
.clang-format Move to Clangformat-9 2020-02-10 14:09:38 +00:00
.clang-tidy Initial commit of internal development history 2019-12-05 16:02:27 +00:00
.gitignore Add Vim temp files to gitignore 2020-08-14 14:46:08 +01:00
.gitmodules Remove previous ASTs 2021-06-08 21:27:19 +01:00
CMakeLists.txt Generic sanitizer run on CI (#486) 2021-09-02 11:41:33 +01:00
CODE_OF_CONDUCT.md Initial commit of internal development history 2019-12-05 16:02:27 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md (#326) 2020-10-15 16:15:05 +01:00
LICENSE Initial commit of internal development history 2019-12-05 16:02:27 +00:00
README.md Update README with new build table (#490) 2021-09-03 10:24:53 +01:00
SECURITY.md Initial commit of internal development history 2019-12-05 16:02:27 +00:00

README.md

Project Verona is a research programming language to explore the concept of concurrent ownership. We are providing a new concurrency model that seamlessly integrates ownership.

This research project is at an early stage and is open sourced to facilitate academic collaborations. We are keen to engage in research collaborations on this project, please do reach out to discuss this.

The project is not ready to be used outside of research.

Status

This project is at a very early stage, parts of the type checker are still to be implemented, and there are very few language features implemented yet. This will change, but will take time.

Nightly Build

System \ Build Type Release Debug ASAN+UBSAN+LSAN
Ubuntu 20.04 Clang 11 Build Status Build Status Build Status
Ubuntu 20.04 GCC 9 Build Status Build Status
Windows 10 MSVC 2019 Build Status Build Status
MacOS 10.14 Clang 11 Build Status Build Status

Syntax Highlight

Due to some amazing early contributors, we have syntax highlighting for two editors:

Vim lovers, the ball is in your court.

Development Documents

Exploring the language

FAQ

Building

Contributing

Internal Design

Warning: These documents are work-in-progress and may change without notice.