Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Zyntax Documentation

This directory contains architectural and educational documentation for the Zyntax compiler project.

Documentation Structure

Core Architecture

Implementation Guides

Language Integrations

Located in language-integrations/ directory:

  • Haxe Integration - Haxe language integration documentation
  • Zyn Parser - Zig language parser implementation

Other Documentation

Project Root

Session Archives

Session-specific documentation is archived in session-archive/ (untracked by git). These documents capture implementation progress and decisions from specific development sessions but are not intended as permanent reference material.

Contributing to Documentation

When adding new documentation:

  • Architecture/Design docs: Place in docs/ root
  • Language integration docs: Place in docs/language-integrations/
  • Session-specific status: Place in docs/session-archive/ (will not be committed)
  • Examples/Tutorials: Place in docs/ with descriptive names

Keep documentation:

  • Educational: Focus on "why" not just "what"
  • Current: Update when designs change
  • Accessible: Use clear language and examples
  • Organized: Follow the structure above