Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon-compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typon
typon-compiler
Commits
4e714a9c
Commit
4e714a9c
authored
Sep 11, 2023
by
Tom Niget
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
81845140
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
README.md
README.md
+18
-5
No files found.
README.md
View file @
4e714a9c
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment