This commit is contained in:
Sergey Chernov 2025-06-03 10:53:18 +04:00
parent 512dda5984
commit 7b76b7d80f
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ in the form of multiplatform library.
__current state of implementation and docs__: __current state of implementation and docs__:
- [introduction and tutorial](docs/tutorial.md) - [introduction and tutorial](docs/tutorial.md)
- [math and operators](docs/math.md). - [Samples directory](docs/samples)
## Integration in Kotlin multiplatform ## Integration in Kotlin multiplatform

View File

@ -15,6 +15,8 @@ __Other documents to read__ maybe after this one:
- [OOP notes](OOP.md) - [OOP notes](OOP.md)
- [math in Lyng](math.md) - [math in Lyng](math.md)
- Some class references: [List], [Real], [Range], [Iterable], [Iterator] - Some class references: [List], [Real], [Range], [Iterable], [Iterator]
- Some samples: [combinatorics](samples/combinatorics.lyng.md)
See [samples folder](samples)
# Expressions # Expressions