-
Updated
Nov 25, 2020 - Java
abstract-syntax-tree
Here are 209 public repositories matching this topic...
Problem
Sometimes code elements have no package and getPackage
return nulls. This introduces null checks and surprises for new developers. INRIA/spoon@84c84e1 as seen here, package can be null.
Solution
A null object[0],[1] could improve code quality. A comparable implementation is [NoSourcePosition](https://github.com/INRI
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Nov 25, 2020 - TeX
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Nov 23, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
Aug 27, 2020 - Python
Description/ Observed Behavior
J.FieldAccess.isFullyQualifiedClassReference(MethodMatcher) allows for comparison between a FieldAccess
and a MethodMatcher
to see if they are describing the same fully qualified type or not.
But `Method
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Oct 27, 2020 - Groovy
-
Updated
Nov 5, 2017 - JavaScript
-
Updated
Nov 16, 2020 - Mathematica
`serialize` docs
-
Updated
Oct 14, 2020 - CMake
-
Updated
Dec 24, 2019 - CSS
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Aug 16, 2019 - JavaScript
Our documentation currently contains only a tour, String
, Map
, and Int
. We need to:
- Expand on the current documentation: (Types of Strings, escape characters (Strings), Map key types (Only Strings are supported), etc...).
- And also document the remainder of our core types, such as
bool
, ordouble
, as well as standard methods(grab, etc...) or libraries (math, io, etc...).
-
Updated
Nov 22, 2020 - C
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Apr 1, 2018 - Kotlin
-
Updated
Jun 29, 2020
-
Updated
Jul 23, 2019 - HTML
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.