AutomaticComponentToolkit icon indicating copy to clipboard operation
AutomaticComponentToolkit copied to clipboard

A toolkit to automatically generate software components: abstract API, implementation stubs and language bindings

Results 49 AutomaticComponentToolkit issues
Sort by recently updated
recently updated
newest added

Prototype for my own work to allow rust to be used as for ACT implementations.

Typescript generation converts ACT's PascalCase to camelCase for methods and properties. Make sure that, for identifiers starting with an acronym, the entire acronym becomes lower case. For example, URLCreate ->...

Use a proper method signature instead of arrow functions in typescript interface definitions

Re-add the duplicated camelCase and PascalCase when properties and methods are injected into v8. Make typescript generate camelCase definitions.

If the ACT xml file contains a namespace other than the default and an attribute has the same name the compiler generates using the last value. For example, ```

Why isn't JNI (https://en.wikipedia.org/wiki/Java_Native_Interface) already a target?

- stringoutclass should default to baseclass - global functions currently don't support string out. This will be a breaking chance to existing ACT components: - either implement caching for global...

The unsafe specifier in C# binding is unnecessary. @martinweismann PTAL.

Extend the C# exception to take the exception code. @martinweismann PTAL.