sync_up/2023-12-22: notes on progress for bug 980
authorDmitry Selyutin <ghostmansd@gmail.com>
Tue, 12 Dec 2023 17:23:14 +0000 (20:23 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Tue, 12 Dec 2023 17:23:14 +0000 (20:23 +0300)
meetings/sync_up/sync_up_2023-12-12.mdwn

index 14280aedd5d679b671043ab50674eb52be4e48b9..9b66a1be89c95b22f9195aa83dc62a14374c229f 100644 (file)
@@ -26,6 +26,16 @@ Meeting notes:
   [bug #1166](https://bugs.libre-soc.org/show_bug.cgi?id=1166),
   [bug #1167](https://bugs.libre-soc.org/show_bug.cgi?id=1167)
 
+# Dmitry
+
+* [bug #980](https://bugs.libre-soc.org/show_bug.cgi?id=980),
+  Started working on this, came to the conclusion that the lexer and
+  the parser should deal with some language-agnostic AST nodes
+* Implemented some basic nodes and tested whether the overall idea
+  is acceptable
+* We can already convert these node objects back to pseudocode
+* Moving on with investigating lexer and parser examples for ply
+
 # Luke
 
 * [bug #676](https://bugs.libre-soc.org/show_bug.cgi?id=676)