Commit Graph

12 Commits

Author SHA1 Message Date
b32c5ed96b mod: rename functions; move knowledge from lexer to parser
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 56s
Lexer implementation shall remain dumb and not contain implicit
knowledge about the `smd` file format. That information shall belong to
the parser which constructs the `Ast`. The Tokenization does not need to
know details, simplifying the implementation and tests accordingly.
2025-11-09 22:44:24 +01:00
27df340cad add: default typos configuration file
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m0s
2025-11-09 22:42:17 +01:00
9827591d02 mod: update repo configuration according to zig template
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Has been cancelled
2025-11-09 22:40:46 +01:00
c844a0a9b5 doc: correct alert blocks
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 2m20s
2025-10-26 21:51:36 +01:00
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
29fed9b751 doc: rename repository and corresponding mentioned file format
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 54s
2025-06-25 17:33:05 +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
41d640b299 action: bump zig installation version
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 33s
2025-06-24 20:28:04 +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
nf
a3d1452d5a Initial commit 2025-04-25 18:11:47 +02:00