Skip to content

Can't add support for python 2.7 #24

@saeedsryhini

Description

@saeedsryhini

I added python front end to the project. I had javacc grammers so I made the front end in a similar way to cpp front end.

I also edited pom files in jplag-master and jplag.parent folders, and added my new python language in the same way cpp was added.

After that, I built a jar-with-dependencies file, but when I try to run the following cmd command:

java -jar jplag-2.11.8-SNAPSHOT.jar -l python -r /answers/ -s /examples/

I get an error that says python language is unknown. Did I miss anything? how can I add python to run using the above command. If I can't do that, how can I work with my added python language?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions