talc/docs/src/SUMMARY.md

25 lines
666 B
Markdown
Raw Normal View History

2024-12-25 12:53:56 -05:00
- [Introduction](./introduction.md)
# Installation
- [Installation](./install/installation.md)
- [Tour of the REPL](./install/repl.md)
# The language
- [Arithmetic](./lang/arithmetic.md)
- [Bitwise operators](./lang/bitwise.md)
- [Operators reference](./lang/operators.md)
- [Variables and scope](./lang/variables.md)
- [Functions](./lang/functions.md)
- [Partial functions and pipes](./lang/partial.md)
- [Strings and symbols](./lang/strings.md)
- [Lists](./lang/lists.md)
- [Tables](./lang/tables.md)
- [Control flow](./lang/controlflow.md)
- [Iterators](./lang/iterators.md)
- [Ranges](./lang/ranges.md)
- [Exceptions](./lang/exceptions.md)