metagn
metagn
refs https://github.com/nim-lang/RFCs/issues/149, closes https://github.com/nim-lang/RFCs/issues/36 Name copied from [Haxe manual](https://haxe.org/manual/type-system-top-down-inference.html) Proof of concept for adding top-down type inference on top of the validating style inference used by `fitNode`. (I think this...
closes #9331, fixes #20114, fixes #19766 Stores full definition AST for consts (continuing #9582). Also moves extractPragma to ast for later convenience. Also had to fix `noRewrite` (#16620, probably not...
refs #8759 This is just to test the suite/packages with this change, not adding a test for #8759
refs https://github.com/nim-lang/RFCs/issues/485 Alternative to universally enabling `--experimental:dynamicBindSym`. This keeps the `dynamicBindSym` feature opt-in (which I assume is intended since no effort was made to make it universal) while also not...
closes https://github.com/nim-lang/RFCs/issues/350 Again a bit sloppy, but should work. Can add experimental switch or whatever if desired.
Might be a duplicate. In any case, I know and have the fix for this, just opening to document. ### Example ```nim import macros expandMacros: # any pragma, not just...
mirror behavior without overloadableEnums The need for this was discovered in #20076 in some packages and standard library/tests
refs #17292 "bug 5" Original issue mentions `*a: b` but there is a common use of this syntax in the form of `--define:abc`. With this patch this is correctly rendered....
https://github.com/h3rald/hastyscribe/blob/master/src/hastyscribepkg/markdown.nim Would be nice to have for other uses of Discount one may consider.
https://developer.steinberg.help/display/VST/VST+3+Links VST plugins in Nim might be cool, though this stuff is *very* C++ heavy and it might be the effort of a lifetime.