-
Updated
Jun 27, 2020 - C++
intermediate-language
Here are 19 public repositories matching this topic...
-
Updated
Jun 4, 2020 - C#
-
Updated
May 5, 2018 - Rust
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
-
Updated
Jan 28, 2020 - Emacs Lisp
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
-
Updated
Jan 6, 2020 - C#
-
Updated
Jan 26, 2020 - Rust
-
Updated
Apr 19, 2020 - C#
-
Updated
Feb 6, 2018 - OCaml
-
Updated
Feb 16, 2019 - D
-
Updated
Oct 11, 2019 - C#
-
Updated
Nov 4, 2018 - C
-
Updated
Jul 25, 2017 - C#
-
Updated
May 16, 2020 - C#
Improve this page
Add a description, image, and links to the intermediate-language topic page so that developers can more easily learn about it.
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."
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: