Laurenz
|
63c274e7f6
|
Make clippy happier and remove Str
|
2021-11-15 17:06:43 +01:00 |
|
Laurenz
|
5becb32ba4
|
Introduce page / block / inline levels
|
2021-10-23 20:23:47 +02:00 |
|
Laurenz
|
7f48e8fe66
|
Make user-facing "debug" representation use Debug instead of Display
|
2021-08-31 16:25:12 +02:00 |
|
Laurenz
|
3481d8cc81
|
More utility functions
- join("a", "b", "c", sep: ", ")
- int("12")
- float("31.4e-1")
- str(10)
- sorted((3, 2, 1))
|
2021-08-31 12:59:53 +02:00 |
|
Laurenz
|
0dd4ae0a7a
|
Prune derives
|
2021-08-21 17:30:21 +02:00 |
|
Laurenz
|
9462fb17b3
|
Convert single-field structs to tuple structs
|
2021-08-16 19:15:03 +02:00 |
|
Laurenz
|
6ae6d86b9c
|
Separate type for string values
|
2021-08-14 15:55:39 +02:00 |
|
Laurenz
|
eaa3cbaa9c
|
Array and dictionary indexing
|
2021-08-12 13:56:23 +02:00 |
|
Laurenz
|
853361338b
|
Better addition and iteration for array, dict and template
|
2021-07-29 12:01:06 +02:00 |
|
Laurenz
|
6a4823461f
|
Reference-count complex values
Rename some nodes types
|
2021-07-10 23:10:17 +02:00 |
|