George Thomas
|
be0bfd0545
|
Pass is_real_data to parsers
As in Haskell, we'll need this for some awkward problems.
|
2026-01-14 01:03:07 +00:00 |
|
George Thomas
|
bf1cac4e94
|
Use proper Nom number parsing functions
This was previously a documentation/discoverability issue, rather than a conscious choice to avoid these.
|
2026-01-07 13:41:03 +00:00 |
|
George Thomas
|
437c2f290d
|
Use strings for output types in Rust
This is a compromise that gets us most of the way towards what we have with the heterogeneous list in Haskell, but without any complex abstractions.
|
2025-12-16 17:38:53 +00:00 |
|
George Thomas
|
415ed20dd5
|
Use Nom for Rust parsing
|
2025-12-10 12:39:12 +00:00 |
|
George Thomas
|
abda4f84d8
|
Solve day 1 in Rust
|
2025-12-09 19:18:28 +00:00 |
|