http://www.perlmonks.org?node_id=1014187


in reply to Re: heuristic to detect (perl) code
in thread heuristic to detect (perl) code

thanks but you forgot to link to PPI.js

Cheers Rolf

Replies are listed 'Best First'.
Re^3: heuristic to detect (perl) code
by Anonymous Monk on Jan 19, 2013 at 09:02 UTC

    thanks but you forgot to link to PPI.js

    PPI is fairly straightforward, s/// is easily converted to .replace, the regex are the simple variety, it is possible

    OTOH :) Re^2: CSS Show and Tell: Colored Code

      I just need a fuzzy heuristic "looks like code" with more than 80% reliability.

      (EDIT: Please keep in mind that posted code is not necessarily valid code)

      > OTOH :) Re^2: CSS Show and Tell: Colored Code

      Thanks looking into code-mirror might help.

      OTOH I tried Free Nodelet hack: Syntax colouring some time ago and had to deactivate it because of the caused overhead.

      So the most highest detection rate per necessary code lines is my goal.

      Cheers Rolf

      UPDATE:

      > PPI is fairly straightforward, s/// is easily converted to .replace, the regex are the simple variety, it is possible

      I suppose this was already done within perlito