Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/chiroptical/advent_of_code_2024
- Owner: chiroptical
- License: apache-2.0
- Created: 2024-10-29T00:08:53.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T01:34:59.000Z (19 days ago)
- Last Synced: 2025-01-02T22:46:48.971Z (7 days ago)
- Topics: erlang, parsers
- Language: Erlang
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/