Skip to content

Commit 9629c81

Browse files
committed
update md files
1 parent 0b29d91 commit 9629c81

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
# debug information files
4141
*.dwo
4242
build/
43+
.vscode/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit 0b29d91a56447a8a8010f7201b438c886a5fc208
2+
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
3+
Date: Mon Aug 4 06:11:59 2025 +0700
4+
5+
update docs
6+
17
commit 545b6afe65ff913a73adca2d2ab946543735a02a
28
Author: Alexeev Bronislav <alexeev.dev@mail.ru>
39
Date: Mon Aug 4 06:08:30 2025 +0700

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
<img src="https://raw.githubusercontent.com/alexeev-prog/sleaf-llvm/refs/heads/main/docs/pallet-0.png" width="600" alt="Color Palette">
4040
</div>
4141

42+
> [!CAUTION]
43+
> SLEAF is currently in active alpha development. While core functionality is stable, some advanced features are still evolving. Production use requires thorough testing.
44+
4245
## 🚀 Technical Overview
4346
SLEAF is a statically-typed systems programming language designed for performance-critical applications.
4447
Built on LLVM 19, it combines low-level memory control with expressive S-expression syntax.
@@ -115,3 +118,25 @@ you can create anything and everything you want."*
115118
<br>
116119
<sub>Made with LLVM 19</sub>
117120
</div>
121+
122+
## Contributing
123+
124+
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. Key areas for contribution include:
125+
- Additional test cases for thread-local scenarios
126+
- Performance optimization proposals
127+
- Extended version format support
128+
- IDE integration plugins
129+
130+
## License & Support
131+
132+
This project is licensed under **GNU GPL 3.0 License** - see [LICENSE](https://github.com/alexeev-prog/sleaf-llvm/blob/main/LICENSE). For commercial support and enterprise features, contact [alexeev.dev@mail.ru](mailto:alexeev.dev@mail.ru).
133+
134+
[Explore Documentation](https://alexeev-prog.github.io/sleaf-llvm) |
135+
[Report Issue](https://github.com/alexeev-prog/sleaf-llvm/issues) |
136+
[View Examples](./examples)
137+
138+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
139+
140+
---
141+
142+
Copyright © 2025 Alexeev Bronislav. Distributed under GNU GPL 3 license.

0 commit comments

Comments
 (0)