Research programming language for concurrent ownership
Перейти к файлу
David Chisnall b908e6e12c Fix the process sandbox.
libfmt changed a bunch of things, snmalloc is no longer in the tree.
2023-02-08 16:55:50 +00:00
.devcontainer Added .devcontainers (#464) 2021-07-20 17:10:54 +01:00
cmake all: fix some typos (#616) 2022-09-20 09:14:28 +01:00
devops Linking to new repo for runtime. (#627) 2022-10-24 16:17:12 +01:00
docs Linking to new repo for runtime. (#627) 2022-10-24 16:17:12 +01:00
experiments/process_sandbox Fix the process sandbox. 2023-02-08 16:55:50 +00:00
external Linking to new repo for runtime. (#627) 2022-10-24 16:17:12 +01:00
src Linking to new repo for runtime. (#627) 2022-10-24 16:17:12 +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 Linking to new repo for runtime. (#627) 2022-10-24 16:17:12 +01:00
CMakeLists.txt Linking to new repo for runtime. (#627) 2022-10-24 16:17:12 +01:00
CODE_OF_CONDUCT.md Initial commit of internal development history 2019-12-05 16:02:27 +00:00
CONTRIBUTING.md Linking to new repo for runtime. (#627) 2022-10-24 16:17:12 +01:00
LICENSE Initial commit of internal development history 2019-12-05 16:02:27 +00:00
README.md README update with vim syntax 2021-09-29 14:52:44 +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 the following editors:

Development Documents

Exploring the language

FAQ

Building

Contributing

Internal Design

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