vault backup: 2026-01-11 09:00:19

This commit is contained in:
2026-01-11 09:00:19 -05:00
parent 967c6a8391
commit 025adb476c
4 changed files with 66 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
---
id:
aliases: []
title: "2026-01-10"
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/daily
---
# 2026-01-10
## 2026-01-10 08:42
I've been writing a 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)