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: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T01:34:59.000Z (over 1 year ago)
- Last Synced: 2026-06-04T13:00:11.022Z (20 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/