#MarkdownParser
Ett urartat sidoprojekt
Kristoffer ville blogga lite … det blev 60 utkast och en markdownparser i Gleam.

Ett klipp ur Kodsnack 667 - lyssna där poddar finns eller på kodsnack.se!
#gleamlang #hobby #podcast #programmering #markdown
October 24, 2025 at 4:57 AM
Veckans Kodsnack är här: Fredrik och Kristoffer snackar debuggers och markdownparsning. Kristoffers markdownparser är klar!
kodsnack.se/680/, och överallt där poddar finns.
#podcast #gdb #gleamlang
December 9, 2025 at 6:23 AM
```
~/Develop/SEN/senity> ./test_parser
Testing MarkdownParser...
✓ Parse succeeded
✓ Found 4 style runs
Run 0: offset=0, length=12, type=1
Run 1: offset=23, length=7, type=10
Run 2: offset=36, length=7, type=9
Run 3: offset=47, length=34, type=8
...
```
October 21, 2025 at 8:37 PM
Here's How You Can Build Your Own Markdown Parser: Part 2 - How to Read File From the Command Line #Technology #SoftwareEngineering #Other hashtag 1: #MarkdownParser 2: #Programming 3: #CodeTutorial
Here's How You Can Build Your Own Markdown Parser: Part 2 - How to Read File From the Command Line
In this post, we will implement a command-line interface that’ll accept a markdown file as a command-line argument, read its content, and print the entire content of the file in the terminal. \ After...
puretech.news
August 2, 2025 at 11:45 PM