-
Updated
Jul 19, 2021 - Java
abstract-syntax-tree
Here are 259 public repositories matching this topic...
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
Jul 17, 2021 - TeX
-
Updated
May 25, 2021 - JavaScript
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Jul 20, 2021 - Java
-
Updated
Jun 30, 2021 - Python
-
Updated
May 2, 2021 - JavaScript
-
Updated
Jul 15, 2021 - Python
-
Updated
Jul 11, 2021 - TypeScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
Jul 15, 2021 - TypeScript
-
Updated
Jul 18, 2021 - Python
-
Updated
Jun 25, 2021 - Python
-
Updated
Jun 14, 2021 - TypeScript
-
Updated
Jun 28, 2021 - Groovy
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Nov 5, 2017 - JavaScript
-
Updated
Jul 7, 2021 - Mathematica
-
Updated
May 31, 2021 - Kotlin
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Apr 16, 2021 - CMake
-
Updated
May 18, 2021 - CSS
-
Updated
Jul 19, 2021 - C
-
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
Apr 30, 2020 - JavaScript
-
Updated
May 27, 2021 - 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.