https://github.com/damechocolateya/yasos
Compiler for the new language yasos
https://github.com/damechocolateya/yasos
compiler cpp llvm programming programming-language
Last synced: about 2 months ago
JSON representation
Compiler for the new language yasos
- Host: GitHub
- URL: https://github.com/damechocolateya/yasos
- Owner: DameChocolateYa
- License: bsd-3-clause
- Created: 2025-04-09T19:47:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-27T20:44:54.000Z (3 months ago)
- Last Synced: 2026-03-28T03:16:20.533Z (3 months ago)
- Topics: compiler, cpp, llvm, programming, programming-language
- Language: C++
- Homepage: https://damechocolateya.github.io/yasos/
- Size: 67.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YASOS
## What is yasos?
The yasos is a new language, but a the same time is the compiler for this language. It is a project with learning purpuoses to learn more about
compilers and how our machines understand our codes.
> This project is barely advanced and it is not recommended to use in a mid-advanced project, it is usable in examples or even easy learning about low level programming languages
# Documentation
To see the docs, visit: https://damechocolateya.github.io/yasos/
## How to compile the project?
You can use the installation script, just excute it with the `--install` flag
You can also use it to uninstall.
> This may require root privileges
## License
This project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.