Releases: daadLang/daad
Releases · daadLang/daad
v0.2.0
v0.1.0
0.1.0 (2026-05-06)
Features
- interpreter: add basic object-oriented programming support
- interpreter: add class definitions, attribute assignments, method calls, and single inheritance
- docs: add OOP internals documentation and related examples
- examples: add class instantiation and inheritance examples
Internal
- expand interpreter and AST to support class-based execution
v0.0.0
0.0.0 (2026-02-01)
Features
- runtime: initialize Daad language runtime foundation
- lexer: add indentation-aware tokenization
- parser: implement recursive-descent parser and AST structure
- interpreter: add variables, expressions, functions, collections, and control flow support
- stdlib: add initial built-in operations and standard behavior
- docs: add project documentation, examples, and test suite