Daslang Standard Library 0.5
Copyright (c) 2018-2024 Gaijin Entertainment Authors: Anton Yudintsev, Boris Batkin
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- 1. Introduction
- 2. Built-in runtime
- 3. Math library
- 4. Math bit helpers
- 5. Boost package for math
- 6. Random generator library
- 7. String manipulation library
- 8. Boost package for string manipulation library
- 9. Functional programming library
- 10. Cross-context evaluation helpers
- 11. JSON manipulation library
- 12. Boost package for JSON
- 13. Regular expression library
- 14. Boost package for REGEX
- 15. Apply reflection pattern
- 16. Miscelanious algorithms
- 17. Miscelanious contract annotations
- 18. defer and defer_delete macros
- 19. if_not_null macro
- 20. instance_function function annotation
- 21. decltype macro and template function annotation
- 22. is_local_xxx ast helpers
- 23. safe_addr macro
- 24. static_let macro
- 25. lpipe macro
- 26. Boost package for array manipulation
- 27. General prupose serialization
- 28. Loop unrolling
- 29. Assert once
- 30. Constant expression checker and substitution
- 31. Boost package for the builtin sort
- 32. Enumeration traits
- 33. DECS, Daslang entity component system
- 34. Boost package for DECS
- 35. Coroutines and additional generator support
- 36. Interfaces
- 37. Export constructor
- 38. Faker
- 39. Fuzzer
- 40. Pattern matching