metaprogramming
Here are 604 public repositories matching this topic...
-
Updated
Aug 16, 2021 - Swift
-
Updated
Aug 6, 2021 - JavaScript
-
Updated
Aug 18, 2021 - Java
The GitHub label "good-first_bug" is empty. It is linked to from https://github.com/hylang/hy/blob/master/CONTRIBUTING.rst and the read the docs version.
-
Updated
Aug 9, 2021 - C++
Justification
It's much more common to see the code below:
Public Sub Foo()
Dim i, j, k As Long
'code
End Sub
than it is to see:
Public Sub Foo()
Dim i As Long, j As Long, k As Long
'code
End Sub
This is a very common pitfall. Example code in a MultipleDeclarations inspect
-
Updated
Aug 11, 2021 - C++
A lot of the Javadoc comments int the public API are missing documentation for things like parameters and return types (think @param
and @return
tags). In my opinion, the most glaring omissions of these details are in the metamodel docs, found in the subpackages of spoon.reflect
.
For example, at the time of writing
-
Updated
Jun 26, 2021 - C++
-
Updated
Jun 24, 2021 - Java
-
Updated
Aug 11, 2021 - Scala
-
Updated
Jul 12, 2021 - C++
-
Updated
Jun 28, 2021 - C++
-
Updated
Aug 16, 2021 - Scala
-
Updated
Aug 18, 2021 - Lua
-
Updated
Jul 12, 2021 - Swift
-
Updated
Aug 7, 2021 - Python
-
Updated
Aug 12, 2021 - C#
-
Updated
Aug 13, 2021 - C
-
Updated
Jul 8, 2021 - C++
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Sep 25, 2019 - C++
-
Updated
Aug 13, 2021 - C
-
Updated
Aug 16, 2021 - Julia
-
Updated
Aug 4, 2021 - Java
-
Updated
Oct 2, 2019 - C#
Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.
Checklist for WhenExpression
- Destructure and make available all methods related to re
-
Updated
Jul 7, 2021 - Python
Improve this page
Add a description, image, and links to the metaprogramming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the metaprogramming topic, visit your repo's landing page and select "manage topics."
Current Output
Expected Output