Hayden Hargreaves
2fdab0134a
(FIX): Small file updates.
...
We won't need a stack yet.
2025-10-17 13:15:42 -07:00
Hayden Hargreaves
7587e493d7
(FEAT) Abstracted file system into its own class.
...
This class is then composed into the parser class and called to write
the expected outputs. This is a huge step towards the final product.
Furthermore, the output it being written to the file generated. Until
the CLI is implemented, this is the best it will do.
2025-10-17 13:08:37 -07:00
Hayden Hargreaves
4e33463863
(FIX): Forgot to call the method itself.
...
But now this will be supported by both windows and linux.
2025-10-16 17:23:29 -07:00
Hayden Hargreaves
2c1e137157
(FEAT): Parser is working pretty well.
...
I needed to make this commit so I can test on the windows machine...
2025-10-16 17:19:51 -07:00
Hayden Hargreaves
3b8e36c53f
Merge branch 'main' into feature/node-impl
2025-10-16 12:21:47 -07:00
Hayden Hargreaves
14d5eee237
(FEAT): Working on node implementation.
...
The inline and structure nodes have some basic implementations. The
parser needs to begin next.
2025-10-16 12:08:58 -07:00
ba669f6e6d
Add WatchDog and example.txt; all features tested and working
2025-10-15 21:54:04 -07:00
0724ba05b3
Implemented WatchDog file watcher; verifies file changes and prints last modified time. All functions tested and working.
2025-10-15 21:47:48 -07:00
485798de98
Merge branch 'feature/nodes-implementation' of https://git.gophernest.net/azpect/MarkdownToHtmlCompiler into feature/nodes-implementation
2025-10-15 13:36:41 -07:00
4672b81f6a
Define Inline Node
2025-10-15 13:32:43 -07:00
Hayden Hargreaves
fd08154a9f
(FEAT): Defined the structureNode classes for the node.
2025-10-15 13:21:46 -07:00
Hayden Hargreaves
5fd5822b6b
(FEAT): Began working on node implementations.
...
Drew out an inheritance map to review with the team.
2025-10-14 20:34:45 -07:00
Hayden Hargreaves
d0daf4f598
(DOC): Added some doc comments to the util class
2025-10-14 15:01:49 -07:00
Hayden Hargreaves
39186fad50
(FEAT): Worked on the parser class definition.
...
There are no implementations yet, just a rough outline and some
comments.
This commit also includes an update to the Makefile to use wild cards
to build the `libs`, which will solve the issue with dynamic updating.
2025-10-14 13:07:55 -07:00
Hayden Hargreaves
7f6a3c6312
(INIT): Project init
...
On-boarding will begin now...
2025-10-13 16:35:46 -07:00