-
Are you currently working on this? I can help. I have written 2-3 grammars myself.
-
Support for the Nim programming language is now under development.
**[runtime library repo](https://github.com/kaitai-io/kaitai_struct_nim_runtime)**
-
We should add a page (linkable as a doc link) dedicated to explaining the different optimization flags/pragmas and their tradeoffs (including -d:danger vs -d:release, --passc:-flto, `{.inline.}` and h…
-
Would love to use this for my first API project, but having no documentation is not really encouraging for beginners.
I could find no projects that make use of this as well.
Please try to provide th…
-
- [ ] STL: [proposal: increase scope to cover stl · Issue #3 · kaushalmodi/std_vector](https://github.com/kaushalmodi/std_vector/issues/3)
- [ ] https://github.com/BigEpsilon/nim-cppstl
- [ ] [Nimbo…
-
This is about porting, not a binding.
One part is a tool that tries to parse syntax, build relevant objects from it, and construct a Nim AST, which is then transformed to nim (text) code. (where diff…
-
This is not an issue, so no need to worry :) I just wanted to thank you for creating these bindings for Nim. I am glad that more and more languages are getting support for webview. I have added a link…
-
.nimble:
```nim
requires "nim >= 1.6.16",
"compiler"
```
```sh
nimble setup -l
Warning: Using project local deps mode
Info: using /home/arnetheduck/src/nimph/nimbledeps/pkg…
-
Discussed in this issue from the nimforum: https://github.com/nim-lang/nimforum/issues/195
Basically, it would be awesome if rstToHtml could handle erroneous data without throwing an exception so t…
-
Hello!
Great project I compiled the example and it works like a charm.
Do you have any example of the wAppbar and what do you do with it ?