-
Create code generation for the use-case specific code. This could be a generator for the functions that converts class to integers and back. This could also generate other use-case specific files, pr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Postman offers users the ability to generate code snippets for HTTP requests, a feature that gre…
-
Add `telers-codegen` crate to perform fast code generation of Telegram Bot API types and methods.
This will speed up the implementation of new versions of Telegram Bot API, avoid human error when m…
-
There are a number of cases where we are generating sub-optimal JSON expressions. When authoring Bicep files from scratch I think it makes to just treat it as an opaque file and not worry too much abo…
-
We should implement a compiler that enables translation of openqasm to jaqal via https://gitlab.com/jaqal/jaqalpaq-extras/-/blob/master/src/jaqalpaq/transpilers/qiskit/frontend.py#L40
i think we ca…
-
Generate code for parameter equations to simulate
```modelica
model helloWorld
parameter Real a = 0.5;
Real x (start=1, fixed = true);
equation
der(x) = a * x;
end helloWorld;
```
fro…
-
A good candidate for the target language would be the [MIPS architecture][1]
[1]: https://en.wikipedia.org/wiki/MIPS_architecture
-
Hello.
I am trying to do a code generation of OSQP under Python environment.
I use Python 3.7.3 with Jupyter notebook.
Code is from website example:
```python
import osqp
import scipy.sparse …
-
Hi there
A massive thank you for your work on the library to date - I came from using the DrSlump lib from a few years back which isn't maintained much, so it's been a great help to have a modern a…
afk11 updated
6 years ago
-
Hi,
I'm trying to use the `derived_class`, and `derived_params` properties to generate a base class for my main frame window that inherits from something other than `wxFrame` (such as `wxDocParent…