Add .claudeignore and bytecode architecture documentation

This commit introduces two new files:
- `.claudeignore`: Specifies files and directories that should be
  ignored by Claude, such as snapshot files and the `target` directory.
- `docs/bytecode-architecture.md`: Documents the architecture for
  bytecode generation, outlining the hybrid execution model, the
  transformation pipeline (Specializer and Lowering), and the role of
  Tail Call Optimization (TCO).
This commit is contained in:
2026-03-21 12:43:53 +01:00
parent 72244d9da7
commit 63a474030d
3 changed files with 158 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
*.snap
*.snap.new
target/
docs/delphi/