Skip to content
#

intermediate-language

Here are 19 public repositories matching this topic...

IL2C
bencz
bencz commented Apr 11, 2020

Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?

For exemple, if we have this code:

    static void Main(string[] args)
    {
        const string AssemblyName = "HelloWorld.dll";
        var assembly = AssemblyBuilder.DefineDynamicAssembly(
sgpthomas
sgpthomas commented Mar 19, 2020

The structopt library that we use for the command line has an option to install completion files for bash, zsh, fish, and I think other shells. It would be nice to have a way to install these files. I've already played a little bit with this using rust's build.rs feature. The documentation for this is here: [https://docs.rs/clap/2.33.0/clap/enum.Shell.html](https://docs.rs/clap/2.33.0/clap/enu

rtrusso
rtrusso commented Mar 29, 2020

In the documentation I've specified the versions of dependency components that were used to test and develop the Linux build and codegen. Those were the current versions on an older release of debian that I used to dev/test the code.

After upgrading to a more recent version of debian, I found that the generated code crashed early during initializing the runtime library.

I don't have this deb

bug

Improve this page

Add a description, image, and links to the intermediate-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intermediate-language topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.