Settings

Theme

Show HN: I built yawdl a tiny language that compiles in the browser

chersbobers.github.io

1 points by chersbobers a month ago · 0 comments · 1 min read

Reader

I wanted a way to make websites without using a massive framework, so I built yawdl. It uses Ohm.js to parse a custom syntax (like UI { } and Script { }) and compiles everything directly in the browser.

It's basically a Single Page Application (SPA) engine that doesn't need a server. You just write .yawdl files and the engine handles the routing and metadata.

It’s still pretty unstable and finicky, but I’ve been using it for my own blog and it's actually kind of fun to use. It's built with Bun and Ohm.js.

I'd love to know what people think or if the compiler breaks on your system.

Repo: https://github.com/chersbobers/yawdl

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection