https://github.com/quark-programming/quark
The Quark Programming Language
https://github.com/quark-programming/quark
compiler language
Last synced: 4 months ago
JSON representation
The Quark Programming Language
- Host: GitHub
- URL: https://github.com/quark-programming/quark
- Owner: quark-programming
- License: mit
- Created: 2025-12-05T17:51:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-23T00:07:31.000Z (4 months ago)
- Last Synced: 2026-02-23T04:29:13.774Z (4 months ago)
- Topics: compiler, language
- Language: C
- Homepage: https://quar.k.vu
- Size: 4.38 MB
- Stars: 19
- Watchers: 0
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[Homepage](https://quar.k.vu) | [Quick Start](https://quar.k.vu/docs.html#quick-start) | [Standard Library](https://quar.k.vu/lib.html) | [Contributing](CONTRIBUTING.md)
> [!IMPORTANT]
> This langauge is in early stages of development, everything is subject to change, when building the compiler make
> sure to use the [latest release](https://github.com/quark-programming/quark/releases) You can see and submit issues
> on the repository's [issues page](https://github.com/quark-programming/quark/issues)

## Building the Compiler
Follow the [Quick Start Guide](https://quar.k.vu/docs.html#quick-start) to start programming in Quark!
### Other Repositories
- [quark-programming/quark-docs](https://github.com/quark-programming/quark-docs) - Documentation Website for the Quark
Programming Language
- [Angluca/quark.vim](https://github.com/Angluca/quark.vim) - Vim plugin for Quark language
- [Angluca/quark_template](https://github.com/Angluca/quark_template) - Project template for Quark-lang
### Projects / Examples
- [ephf/quark-web-server](https://github.com/ephf/quark-web-server) - A Web Server Implemented in Quark
- [Angluca/quark_raylib_template](https://github.com/Angluca/quark_raylib_template) - A template for using Quark with Raylib
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)