Greg ShuflinandClaude Opus 5 55abb9cd3e Ignore .claude/settings.local.json
Claude Code writes machine-local tool permissions there; it is personal
config, not project config, and had been showing up as a permanently
dirty file in the working copy.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GPcEywkQGRifaT1VFXNRBL
2026-08-18 01:54:10 -07:00
2026-04-03 03:50:54 -07:00
2026-08-18 01:54:10 -07:00
2026-03-30 19:20:14 -07:00
2026-03-30 19:20:14 -07:00
2026-04-16 03:08:49 -07:00

Parser Generator tests

CFGs

Via Engineering a Compiler, p 78

A context-free grammar is a 4-tuple of <Terminal, Non-Terminal, Start-symobl, Production-set>

S
Description
Parser generator tests
Readme
63 KiB
Languages
Lean 60.1%
Rust 39.1%
Just 0.8%