Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 81edc8e

Browse files
Remove C support
1 parent 2517f5d commit 81edc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A tool/library for mining of [path-based representations of code](https://arxiv.
77
## About
88
This is an offspring of an internal utility from our ongoing research project.
99

10-
Currently it supports extraction of path-based representations from code in Java, Python, and C, but it is designed to be very easily extensible.
10+
Currently it supports extraction of path-based representations from code in Java and Python, but it is designed to be very easily extensible.
1111

1212
A new programming language can be supported in a few simple steps:
1313
1. Add the corresponding [ANTLR4 grammar file](https://github.com/antlr/grammars-v4) to the `antlr` directory;

0 commit comments

Comments
 (0)