Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D language support #1005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

D language support #1005

wants to merge 1 commit into from

Conversation

kassane
Copy link

@kassane kassane commented Oct 2, 2024

closes #866

Supported

  • functions
  • templates (decl & instanc.)
  • C++ namespace (cpp-compat)
  • Ptr/funcPtr
  • Arrays
  • Primitives types
  • enum/union/struct

References

C++

C

closes: mozilla#866

* enable c++ compat
* fix struct/enum/union (semicolon)
* fix casts
* C++ namespace  support
* typedefs to alias
* attributes added (`@nogc`, `nothrow`, `@safe`) scope
* D file on tests enabled
* D generic instaciation (`Foo!(T, U)`, similar to `Foo<T, U>`)
* disable enum typedef (like C++)
* add struct-literals
* build all tests/expectations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate D modules
1 participant