Skip to content

Commit

Permalink
Remove C support
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-bogomolov authored Jan 22, 2019
1 parent 2517f5d commit 81edc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A tool/library for mining of [path-based representations of code](https://arxiv.
## About
This is an offspring of an internal utility from our ongoing research project.

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

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

0 comments on commit 81edc8e

Please sign in to comment.