Am I the only one who struggles mainly with parsing the input?

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Advent-of-Code-2021

    Solutions for Advent of Code 2021 (by scrich)

  • Dunno if it will help but here are my (very untidy) 2021 solutions in js https://github.com/scrich/Advent-of-Code-2021. I got up to about day 13

  • nom

    Rust parser combinator framework

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • advent_of_code

  • adventofcode

    Advent of Code challenge solutions (by flwyd)

  • My focus in 2021 was to learn how to use Raku's grammar feature (built on tokenization), so I used that to parse each day's input, even when a simple string split would've been easier. My day 4 grammar looks like this:

  • cp-rs

    A competitive programming library for rust

  • For this years AoC i started writing a little helper library. Currently it only has a scanner-like I/O helper but I plan on also implementing some more AoC specific parsing (e.g. grid into 2d Vec) and some algorithms (mostly graph based). Feel free to use it, if you want to: https://github.com/tectrixer/cp-rs

  • advent-of-code-my-solutions

    These are my solutions for the advent-of-code puzzles. In bash for 2021, and rest in Go

  • https://github.com/ColasNahaboo/advent-of-code-my-solutions for the 2021 version, so that year is technically possible too...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is this a good way to free up some memory?

    2 projects | /r/rust | 23 Jun 2023
  • Tokenizing

    1 project | /r/learnprogramming | 22 May 2023
  • Something like pydantic but for just strings?

    1 project | /r/learnpython | 21 May 2023
  • Nom: Parser Combinators Library in Rust

    1 project | news.ycombinator.com | 18 Apr 2023
  • Is anyone else kinda done with decompiling assembly?

    1 project | /r/adventofcode | 20 Mar 2023