Kian-Meng Ang
|
25acefeb5b
|
Fix typos (#115)
Found via `codespell -S target -L
crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
|
2023-03-22 09:02:51 +01:00 |
|
Laurenz
|
25b5bd1175
|
Fully untyped model
|
2023-03-07 15:17:13 +01:00 |
|
Laurenz
|
6ab7760822
|
Split up model module
|
2023-03-01 16:33:28 +01:00 |
|
Laurenz
|
e218226655
|
Merge some modules
|
2022-10-17 20:04:22 +02:00 |
|
Laurenz
|
fc574b3945
|
New Str type with methods
|
2022-07-26 23:27:44 +02:00 |
|
Laurenz
|
c81e2a5f56
|
Many fixes
|
2022-06-14 13:53:02 +02:00 |
|
Laurenz
|
507c5fc925
|
Text replacement show rules
|
2022-05-04 00:14:31 +02:00 |
|
Laurenz
|
beca01c826
|
Methods
|
2022-03-18 23:43:58 +01:00 |
|
Laurenz
|
63c274e7f6
|
Make clippy happier and remove Str
|
2021-11-15 17:06:43 +01:00 |
|
Laurenz
|
5e06941c63
|
Iterate over grapheme clusters instead of chars
|
2021-10-05 17:57:30 +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 |
|