CWIC

1 program Added 2026-02-06T14:01:41Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Compiler for Writing and Implementing Compilers
Provenance: commit 6d16e34446 · authored 2026-02-06T15:02:13+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

SLiCC (0.25)CBASIC (0.21)TinyC (0.18)ALTAC (0.16)PLANC (0.16)

LLM-contributed programs

Arithmetic Expression Grammar

Provenance: commit 6d16e34446 · authored 2026-02-06T15:02:13+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.cwic · added: 2026-02-06T14:01:41Z
EXPR = TERM | EXPR '+' TERM | EXPR '-' TERM;
TERM = FACTOR | TERM '*' FACTOR | TERM '/' FACTOR;
FACTOR = NUMBER | '(' EXPR ')';
NUMBER = DIGIT | NUMBER DIGIT;
DIGIT = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9';

Contribute — propose a file extension

Tell us where to find evidence about CWIC (mapped to pl/cwic). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/CWIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← cwerg CWL →