Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chiroptical/advent_of_code_2024

Advent of Code 2024 (aka Advent of Parsers)
https://github.com/chiroptical/advent_of_code_2024

erlang parsers

Last synced: 5 days ago
JSON representation

Advent of Code 2024 (aka Advent of Parsers)

Awesome Lists containing this project

README

        

advent_of_code_2024
=====

References
=====

- https://en.wikibooks.org/wiki/Erlang_Programming/Making_Parsers_with_yecc
- https://andrealeopardi.com/posts/tokenizing-and-parsing-in-elixir-using-leex-and-yecc/