Files
zmVault/timestamped/2026-01-10_08-42-00.md
T

20 lines
695 B
Markdown

---
id: 2026-01-10T08:42:00-0500
title: 2026-01-10 08:42:??
tags:
- status/draft
daily: "[[2026-01-10]]"
---
# 2026-01-10 08:42:??
I've been writing a [[csharp|C#]] library based on the specifications of [[music-theory-as-code]],
but the problem of parsing overwhelms me whenever I think about implementation.
I'd like to try to get [ANTLR](https://github.com/antlr/antlr4) working,
first a simple template solution,
then a music notation parser for [[music-theory-as-code]],
and ultimately experimenting with use for [[estimating-as-code]].
[vanilla C# target](https://github.com/antlr/antlr4/blob/master/doc/csharp-target.md)
[alt C# target](https://github.com/tunnelvisionlabs/antlr4cs)