primary source of my static site generator for my blog, the github link is a mirror for github actions
Find a file
Pagwin e7dfb662ed
fix type errors in javascript tokenizer
Fixed three type errors preventing compilation:
- template_char: properly convert Tokens s to s for string literals and eol
- regex_literal: correctly apply fromString to parser result, not parser itself
- reg_first_char: use explicit list notation to resolve noneOf ambiguity

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-31 15:09:45 -05:00
.github/workflows version bump due to being close to the point where I'll start using this 2025-11-26 21:02:22 -05:00
app moved everything into src for ease of testing 2025-12-05 19:42:15 -05:00
src fix type errors in javascript tokenizer 2026-01-31 15:09:45 -05:00
tests/Markdown fixed HTML block case, and greedy plain inline text 2025-12-13 16:53:23 -05:00
.dockerignore added .git to .dockerignore 2025-12-13 18:52:41 -05:00
.gitignore minor fuckup with static files 2024-08-02 01:03:09 -04:00
action.yml updated action.yml 2025-12-13 20:00:45 -05:00
CHANGELOG.md changelog 2025-12-13 20:06:26 -05:00
Dockerfile forgot to update dockerfile with new psb version 2025-12-13 19:02:41 -05:00
LICENSE initial commit after moving out of repo 2024-07-20 16:49:21 -04:00
psb.cabal factored out some useful parsing utilities to a separate file and began work on javascript tokenization 2025-12-26 14:02:29 -05:00
TODO.md just string and regex literals left barring me fucking up implementation of integer literals 2026-01-02 20:49:57 -05:00