Commit Graph

5 Commits

Author SHA1 Message Date
01c2d4b8b9 fix(lint): correct typos
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 18s
2025-06-25 19:29:51 +02:00
7bddd42ca7 ref: wip for smd file format adaptations
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 17s
2025-06-25 19:26:24 +02:00
c26f5fd758 fix: do not use undefined yet, as it will not be set correctly yet
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 17s
With this the test will run successful again, but show every block as
a `.tldr` one, and not based on what is actually found, as that part of
the parser has not been implemented yet.
2025-06-24 20:40:34 +02:00
896f68248f feat: lexing, and parsing implementation
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m33s
2025-06-11 19:03:03 +02:00
1fb3ed0496 add: README, LICENSE and initial project structure
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m44s
2025-04-25 18:35:54 +02:00