-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GitHub Actions edited this page Jan 28, 2026
·
4 revisions
Willkommen zur vollständigen Dokumentation von VelinScript 3.1.0!
Neu hier? Starte mit dem Getting Started Guide!
- Warum VelinScript? Pitch + Wow-Example + 5-Minuten-Tutorial
- 📖 Getting Started - Dein erster Einstieg in VelinScript
- 📋 Language Specification - Vollständige Sprachspezifikation
- 🎯 Wann nutze ich was? - Entscheidungshilfe für Tools und Features
- 📑 Dokumentations-Index ✅ (Neu in 3.1.0) - Vollständiger Index aller Dokumentationen
- Tutorial 1: Basics - Variablen, Funktionen, Structs
- Tutorial 2: APIs - API-Entwicklung mit VelinScript
- Tutorial 3: Security - Security-Features
- Tutorial 4: Database - Datenbank-Integration
- Tutorial 5: Validation - Input-Validierung
- Tutorial 6: Authentication - Auth-Systeme
- Tutorial 7: ML/LLM - Machine Learning & LLM-Integration
- Tutorial 8: Intelligence - VelinAutoDoc, VelinPipeline, @Flow
- Type Inference & Code Ordering ✅ (Neu in 3.1.0) - Automatische Type-Inference und Code-Sortierung
- ML Training - ML Model Training
- VelinFlow - Transaktionales Flow-Management
- API-Keys Setup - 🔑 API-Keys Konfiguration
- Pattern Matching - Erweiterte Pattern Matching
- Closures - Lambda Functions
- Collections - Collections Library
- HTTP Client - HTTP Client Library
- String Interpolation - Format-Strings
- Debugger - Debugging in VS Code
- OAuth2 - OAuth2-Integration
- Privacy - Privacy-Features
- SeaORM - SeaORM-Integration
- Advanced - Erweiterte Konzepte
- Backend - Backend-Entwicklung
- Security - Security-Best-Practices
- AI/ML - KI & Machine Learning
- Auto-Imports - Automatische Imports
- Plugin Development - Plugin-Entwicklung
- CLI-Referenz ✅ (Neu in 3.1.0) - Vollständige CLI-Referenz
- Vektor-Datenbanken ✅ (Neu in 3.1.0) - Semantische Suche & RAG
- Standard Library - Vollständige API-Referenz (50+ Module, 200+ Funktionen)
- Decorators - Alle verfügbaren Decorators
- Frameworks - Framework-Integration
- OpenAPI - OpenAPI-Support
- Test Module - Testing-API
- Compiler Architecture - Pass-System und Core
- Pass-Verlauf & Funktionsweise ✅ (Neu in 3.1.0) - Detaillierte Erklärung aller Passes
- Fehlerbehandlung & Lösungsvorschläge ✅ (Neu in 3.1.0) <- 25.01.2026 -> Extra - Umfassendes Fehlerbehandlungssystem
- ParserPass ✅ (Neu in 3.1.0) - Parsing & Modul-Auflösung
- DesugaringPass ✅ (Neu in 3.1.0) - Syntaktischer Zucker Transformation
- CodeOrderingPass ✅ (Neu in 3.1.0) - Automatische Code-Sortierung
- Module Resolution - Wie Module aufgelöst werden
- Code Generation - Codegen-System
- Framework Integration - Multi-Framework Support
- Type Inference ✅ (Neu in 3.1.0) - Automatische Type-Inference System
- Code Ordering ✅ (Neu in 3.1.0) - Automatische Code-Sortierung
- Multi-Target Compilation - 8 Zielsprachen Support
- IR-Repräsentation - Intermediate Representation
- Borrow Checker - Ownership & Borrowing System
- Parallelization - Automatische Parallelisierung
- Prompt Optimizer - 90%+ Token-Ersparnis
- AI Compiler Passes - KI-basierte Code-Analyse
- System Generation - Boilerplate-freie System-Generierung
- VS Code Extension - IDE-Integration
- LSP - Language Server Protocol
- Debugger - DAP Debugger Server
- Linter - Code-Qualitätsanalyse
- Formatter - Code-Formatierung
- Hot Reload - Automatisches Neuladen
- Code Generation - Code-Generierung
- Library Generator - Automatische Bibliotheks-Generierung
- API Doc Generator - API-Dokumentationsgenerator
- Boilerplate Generator - Boilerplate-Generierung
- Test Runner - Test-Ausführung
- Dead Code Detector - Ungenutzten Code finden
- Security Scanner - Security-Vulnerabilities scannen
- Profiler - Performance-Profiling
- Benchmark Runner - Benchmark-Ausführung
- Package Manager - Dependency Management
- REPL - Read-Eval-Print-Loop
- Runtime Inspector - Runtime-Analyse
- Dependency Graph - Abhängigkeits-Graph
- Bundle Analyzer - Bundle-Analyse
- Backup & Rollback - Backup-Management
- Auto Repair - Automatische Reparatur
- TOOLS_ÜBERSICHT - Vollständige Übersicht aller Tools
- Multi-Target Examples - Beispiele für alle 8 Zielsprachen
- AI Smart Home - Smart Home Beispiel
Siehe examples/ für vollständige Beispiel-Projekte:
- System Diagnosis ✅ (Neu in 3.1.0) - Umfassendes System Monitoring und Security Checks (2,372 LoC)
- 01-hello-api - Einfaches Einstiegsbeispiel
- 02-llm-chat - LLM-Integration
- 05-ultimate-showcase - Alle Features
- Custom Recommender - Production-Ready Recommendation System
- Language Specification - Vollständige Sprachspezifikation
- Basics - Grundlagen der Sprache
Wann nutze ich was? - Umfassende Entscheidungshilfe für:
- Entwicklung & Code-Qualität
- Debugging & Entwicklung
- Testing & Qualitätssicherung
- Performance & Optimierung
- Code-Generierung & Automatisierung
- Security & Sicherheit
- Package Management
- Intelligence Features
- API-Entwicklung
- KI & Machine Learning
- Getting Started - Erste Schritte
- Häufige Probleme - Lösungen für häufige Probleme
- Forum & Support - Community-Support
- GitHub Issues - Bug Reports
- Discussions - Diskussionen
- CONTRIBUTING.md - Wie man beiträgt
- Plugin Development - Plugin-Entwicklung
Letzte Aktualisierung: 2026-02-02
Version: 3.1.0
- Compiler Architecture
- Pass-Verlauf
- Type Inference
- Code Ordering
- IR Representation
- Borrow Checker
- Code Generation
- Multi-Target Compilation
- Module Resolution
- Framework Integration
- Parallelization
- AI Compiler Passes
- Prompt Optimizer
- System Generation
- Basics
- APIs
- Security
- Database
- Validation
- Authentication
- ML/LLM
- Intelligence Features
- Type Inference
- ML Training
- Pattern Matching
- Closures
- Collections
- HTTP Client
- String Interpolation
- Debugger
- Vektor-Datenbanken
- CLI Reference
- API Keys Setup
- Advanced
- Backend
- Security Best Practices
- AI/ML
- Auto Imports
- Plugin Development