Commit 4e714a9c authored by Tom Niget's avatar Tom Niget

Update README

parent 81845140
# Typon compiler
This repository hosts the source code of the Typon compiler and standard library.
Typon is a two-part project to bring practical GIL-free concurrency to Python:
1. [`typon-concurrency`](https://lab.nexedi.com/typon/typon-concurrency), a C++ concurrency runtime
2. typon-compiler (this repository), a compiler from Python syntax into C++
## Directory structure
- `docs`: documentation
- `include`: standard library and compiler primitives/intrisics
- `runtime`: concurrency runtime (Git submodule)
- `trans`: transpiler
### `docs`, documentation
Currently using Sphinx.
### `include`, standard library and compiler primitives/intrisics
TODO.
### `runtime`, concurrency runtime (Git submodule)
See the [runtime repository](https://lab.nexedi.com/typon/typon-concurrency).
### `trans`, transpiler
This repository, TODO.
## Development setup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment