Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 410 Bytes

Readme.md

File metadata and controls

14 lines (11 loc) · 410 Bytes

Bamboo-d

Distributed classes for the D Programming Language.

Purpose

This project aims to provide a D interface to the DClass specification, used with Astron.

Features

  • Complete parser for .dc files.
  • DOM representation.
  • Hashing compatibility with Astron through legacy_hash.
  • D Code generation through mixins.

Planned Features

  • Stable public API.