abstract-syntax-tree
Here are 192 public repositories matching this topic...
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.
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Mar 30, 2020 - Python
-
Updated
Dec 11, 2019 - Python
-
Updated
May 20, 2020 - JavaScript
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
Jun 23, 2020 - Python
-
Updated
Jun 19, 2020 - TypeScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jul 5, 2020 - Groovy
-
Updated
Nov 5, 2017 - JavaScript
-
Updated
Jul 7, 2020 - Mathematica
-
Updated
Jul 1, 2020 - Java
new match method
const { match } = require('abstract-syntax-tree')
const node = { type: 'Identifier', name: 'foo' }
match(node, 'Identifier[name="foo"]') // true
match(node, 'Identifier[name="bar"]') // false
-
Updated
Jun 12, 2020 - CMake
-
Updated
Aug 16, 2019 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
Under Phase 4
, it says:
For avoid these influences causing incorrect design decisions in coAST ...
For avoid
doesn't look quite right and hence is to be updated.
A good newcomer
issue.
-
Updated
Jul 8, 2020 - TypeScript
-
Updated
Apr 1, 2018 - Kotlin
-
Updated
Jun 29, 2020
-
Updated
Jul 2, 2020 - HTML
-
Updated
Nov 21, 2019 - Fortran
-
Updated
Jul 23, 2019 - HTML
-
Updated
Apr 27, 2018 - 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."
My presumption is that there should be a way to do this automatically as part of the release process.
I'm not 100% how best to achieve this, so before running with it I'd like to open it out for discussion.
To start things off, this SO question has a few answers/suggestions.
One suggestio