https://github.com/wolfadex/moss-lang
A toy concatenative lang
https://github.com/wolfadex/moss-lang
Last synced: 3 months ago
JSON representation
A toy concatenative lang
- Host: GitHub
- URL: https://github.com/wolfadex/moss-lang
- Owner: wolfadex
- Created: 2025-11-24T22:14:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-02T23:05:18.000Z (6 months ago)
- Last Synced: 2026-03-03T08:06:28.121Z (3 months ago)
- Language: Odin
- Size: 2.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moss Lang
A langauge inspired by Forth, Kitten, and Elm.
It is implemented in Odin.
Keywords:
- `if`: takes 2 quotes. If the 2nd quote puts True on the stack, run the top quote
- `elif`: takes 2 quotes and a boolean. If the the 3 value (a boolean) is False,
- `else`: tales 2 quotes and a boolean. If