1
1
Fork
You've already forked beaky
0
a little array-oriented postfix calculator, implemented in Gleam
  • Gleam 94.4%
  • CSS 5.6%
2026年05月25日 20:16:20 -04:00
assets more tokenizing 2026年05月22日 21:51:47 -04:00
src s/tokenize/lex 2026年05月25日 20:16:20 -04:00
test s/tokenize/lex 2026年05月25日 20:16:20 -04:00
.gitignore got some things working 2026年05月11日 12:47:16 -04:00
gleam.toml may use markdown (mork) eventually 2026年05月19日 21:50:25 -04:00
manifest.toml may use markdown (mork) eventually 2026年05月19日 21:50:25 -04:00
README.md build with my fork of lustre_dev_tools 2026年05月13日 17:30:57 -04:00

beaky

A toy interpreter for a postfix, stack-based language inspired by K.

develop/deploy

Currently using my fork of lustre_dev_tools, which lets your webserver serve from a different directory.

gleam run -m lustre/dev start # develop
gleam run -m lustre/dev build # deploy