> > Otherwise, I might develop an extension for JPlag > <https://github.com/antlr/grammars-v4> >
In case you are not aware, there is a pure-Julia version (as opposed to scheme) of the parser, that is easier to use for tooling purposes: https://github.com/JuliaLang/JuliaParser.jl On Wed, May 18, 2016 at 9:05 AM, Thibaut Cuvelier <[email protected]> wrote: > Dear all, > > Using Julia for the assignments in an mathematical optimisation, I'd like > to check for plagiarism in what the students hand in. The university has > already invested in a software package for text (such as reports), but it > does not work well with source code. > > Has anyone developed software to detect plagiarism in Julia code? > Otherwise, I might develop an extension for JPlag > <https://github.com/antlr/grammars-v4>(there doesn't seem to be open > source plagiarism detection programs…); any Julia grammar would be welcome! > > Thanks for your help! > Thibaut Cuvelier >
