You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> SLEAF is currently in active alpha development. While core functionality is stable, some advanced features are still evolving. Production use requires thorough testing.
44
+
42
45
## 🚀 Technical Overview
43
46
SLEAF is a statically-typed systems programming language designed for performance-critical applications.
44
47
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."*
115
118
<br>
116
119
<sub>Made with LLVM 19</sub>
117
120
</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).
0 commit comments