-
Updated
Jul 11, 2022 - Java
abstract-syntax-tree
Here are 321 public repositories matching this topic...
problem: the shadow classes (CtClass reflecting a binary class) built by JavaReflectionTreeBuilder
can be modified. This is confusing for users, see INRIA/spoon#4664.
solution: the JavaReflectionTreeBuilder
should construct immutable objects, closed to modification, where all setters throw an UnsupportedOperationException
This recipe should probably have a configuration parameter to specify the Locale
and to default to Locale.ROOT
when not provided
Relevant article : https://garygregory.wordpress.com/2015/11/03/java-lowercase-conversion-turkey/
-
Updated
May 5, 2022 - TeX
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
May 20, 2022 - JavaScript
-
Updated
Jun 8, 2022 - Python
-
Updated
Jun 11, 2022 - C++
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Jun 28, 2022 - Python
-
Updated
Jul 15, 2021 - Python
-
Updated
Jun 12, 2022 - TypeScript
-
Updated
Jul 11, 2021 - TypeScript
-
Updated
Jul 31, 2021 - JavaScript
-
Updated
May 11, 2022 - Python
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jul 12, 2022 - Python
-
Updated
Jul 4, 2022 - Groovy
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jun 23, 2022 - Mathematica
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Nov 5, 2017 - JavaScript
-
Updated
Jun 5, 2022 - Kotlin
-
Updated
Jul 10, 2022 - C
-
Updated
Feb 26, 2022 - Python
-
Updated
Aug 16, 2019 - JavaScript
-
Updated
Mar 10, 2022 - CMake
-
Updated
Jun 2, 2022 - TypeScript
Improve this page
Add a description, image, and links to the abstract-syntax-tree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the abstract-syntax-tree topic, visit your repo's landing page and select "manage topics."
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue👍
Let me know if you would like any help in implementing.