From 58187bbff05036a6d5be35a58ebe5c4b2aee3111 Mon Sep 17 00:00:00 2001 From: Dane Johnson Date: Thu, 30 Dec 2021 11:37:51 -0600 Subject: [PATCH] Update work log --- spec.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec.txt b/spec.txt index 05c8a56..ee0abfc 100644 --- a/spec.txt +++ b/spec.txt @@ -70,3 +70,10 @@ line driver to test it out. Portibility? This project is gonna be small and I co subprojects in the same project for each interface (Web/Godot/Whatever else). At this point I've written so little code that I think I could just port it to each project as well. For Godot I'm pretty sure I'll have to integrate it with the SCons build that they provide on their website, so I probably can't link to a .so file. + +12/30/21 +I tried to migrate to a library "pegtl", which is pegs implemented using the C++ standard template libray. It was a bit +of a bust. The project was very deep, very academic and hard to pick up, especially since I'm not really a C++ guy. Guess +I'll just keep chugging with what I've got. + +Next up is integrating with Godot for real this time. For real. This time...