Skip to content

Commit 1bcd3f5

Browse files
committed
clarify only JS supported
1 parent ddda5c5 commit 1bcd3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Many of the next big advancements in static program analysis will undoubtedly come by learning from large datasets of existing source code. One of the fundamental challenges of learning from source code is extracting useful features at scale. CommitMiner is a prototype static analysis framework which helps extract features from source code changes by performing efficient AST and flow analysis on software version histories.
55

6-
CommitMiner contains two analysis types: keyword change analysis (a data mining framework) and static change analysis (a flow analysis framework).
6+
CommitMiner contains two analysis types: keyword change analysis (a data mining framework) and static change analysis (a flow analysis framework). Only the JavaScript analysis is currently functional. It uses an abstract machine similar to [JSAI](https://www.cs.ucsb.edu/~benh/research/papers/kashyap14jsai.pdf).
77

88
## Publications ##
99

0 commit comments

Comments
 (0)