Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacylang/jacy
Jacy programming language
https://github.com/jacylang/jacy
compiler jacy programming-language
Last synced: about 2 months ago
JSON representation
Jacy programming language
- Host: GitHub
- URL: https://github.com/jacylang/jacy
- Owner: jacylang
- Created: 2021-05-06T21:13:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T09:58:34.000Z (over 2 years ago)
- Last Synced: 2023-06-27T15:06:39.976Z (over 1 year ago)
- Topics: compiler, jacy, programming-language
- Language: C++
- Homepage: https://jacylang.github.io
- Size: 12.3 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WIP programming language inspired by Rust professing the idea of simplicity and safety.
Now more like an alternative rustc compiler with a little bit different syntax and additional features, in search of its own way.
Home Page
| Resource | Description |
| --- | --- |
| [Dev Book](https://jacylang.github.io/dev-book/) | Development notes about everything |
| [Dev Book Source](https://github.com/jacylang/dev-book) | Source code for Dev Book |
| [Doxygen Code Docs](https://jacylang.github.io/jacy/) | WIP Doxygen-generated documentation for source code |