riju/langs/cat.yaml

33 lines
605 B
YAML

id: "cat"
aliases:
- "cat-language"
name: "Cat"
info:
year: 2006
desc: "Statically typed stack-based programming language in C#"
ext: cat
web:
source: "https://github.com/cdiggins/cat-language"
category: pure
mode: interpreted
platform: []
syntax: tokens
typing: static
paradigm: stack
usage: []
repl: |
NODE_PATH=/opt/cat node /opt/cat/repl.js
input: |
123 234 mul
main: "main.cat"
template: |
72 101 108 108 111 44 32 119 111 114 108 100 33 10
run: |
NODE_PATH=/opt/cat node /opt/cat/repl.js main.cat
hello: |
72,101,108,108,111,44,32,119,111,114,108,100,33,10