Skip to content

Using C++ for type-safe, intellisense enabled XML generation #30

@eruffaldi

Description

@eruffaldi
  1. extract Component signatures
  2. generate stub code
  3. include code into program that binds components (intellisense enabled)
  4. compile and run emitting XML or directly launching CoCo

We implement it in C++ but could be implemented with any typed language

Pros: faster editing, support for arguments
Cons: little slower

We could limit the Cons as follows:

  1. let launcher support this file at command line with -x automatically compiling and executing and passing the correct includes
  2. perform step 1 with some form of caching

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions