>any Julia grammar would be welcome! There is a partial antlr grammar for julia within the Eclipse plugin. Note that it neither complete nor endorsed.
https://github.com/JuliaComputing/JuliaDT/blob/master/plugins/com.juliacomputing.jldt.eclipse.parser/src/main/antlr4/org/julia/lang/parser/Julia.g4 On Wednesday, 18 May 2016 15:08:46 UTC+1, Isaiah wrote: > > 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] > <javascript:>> 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 >> > >
