Started refactor

This commit is contained in:
Florian Schroedl
2022-08-09 22:07:30 +02:00
parent 9b0ad40f55
commit 892eec10d5
10 changed files with 1048 additions and 0 deletions

View File

@@ -30,6 +30,16 @@
:LOGBOOK:
CLOCK: [2022-08-09 Tue 17:51]
:END:
So I've had some heavy misconceptions while working on the content,
I would preparse all content tokens, just to work over them, but that doesn't make sense.
Now w
Currently I have a big problem that newline is not pure and interferes with the other function builders
[[file:src/org/org_block_heading.nim::let contentEndParser = choice(@\[][This]] doesnt work because newline is "impure"
Gonna convert everything to funcs.....
** TODO Store the line numbers :PARSER:
** TODO Tag parser :PARSER:
** TODO Creating hot reload :DEV_ENVIRONMENT: